0
trickyni trickyniv56@gmail.com
Fri, 05 Sep 2025 06:06:07 +0300
3 files changed,
7 insertions(+),
2 deletions(-)
M
bar/modules/Battery.qml
→
bar/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.qml
→
bar/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"