all repos — quickshell @ c697d17aa981dceb9b93e2b66735b1f784e6bbca

A desert-witch desktop shell

0
trickyni trickyniv56@gmail.com
Fri, 05 Sep 2025 06:06:07 +0300
commit

c697d17aa981dceb9b93e2b66735b1f784e6bbca

parent

7ac6397d12d7df13d64fd38051e92320f3490633

3 files changed, 7 insertions(+), 2 deletions(-)

jump to
M bar/modules/Battery.qmlbar/modules/Battery.qml

@@ -12,7 +12,7 @@ model: UPower.devices.values.filter(d=>d.model)

Class.RightRowLayout { Class.BottombarText { text: modelData.percentage*100+"%" - font.family: font_notosans.name + font.family: font_jetbrains.name color: (modelData.percentage*100 < 20) ? Resources.palette.scarlet : Resources.palette.fg
M bar/modules/Network.qmlbar/modules/Network.qml

@@ -11,7 +11,8 @@ spacing: 2

Class.BottombarIcon { text: Icons.network.crossed_empty + " MI_10023" color: Resources.palette.grey - // font.family: + font.family: font_jetbrains.name + anchors.centerIn: parent } // Class.BottombarText { // text:"MI_10023"
M shell.qmlshell.qml

@@ -21,6 +21,10 @@ FontLoader {

id: font_notosans source: "fonts/NotoSansMono-Thin.ttf" } + FontLoader { + id: font_jetbrains + source: "fonts/JetBrainsMono-Thin.ttf" + } Bar {} // AnimationTest{} // Surface{}