0
trickyni trickyniv56@gmail.com
Mon, 01 Sep 2025 15:47:40 +0300
6 files changed,
14 insertions(+),
14 deletions(-)
M
TODO.txt
→
TODO.txt
@@ -2,18 +2,16 @@ Network
Low Priority - resize indicator - zen mode -workspaces - - make code less trash -UI/Animations: - workspaces - - animations - volume - - mute animation - - size match text - Battery - - UI - - animations +Animations: + - workspaces + - volume mute + - battery disconnect/reconnect + +UI: +Battery + - indicator + - low level indicator Sunset - disappears at night
M
bar/classes/TopbarText.qml
→
bar/classes/TopbarText.qml
@@ -7,8 +7,8 @@ import "../.."
Text { font.pixelSize: Resources.fontsize.topbar_text - color: Resources.palette.fg font.family: font_proggy.name + color: Resources.palette.fg antialiasing: true renderType: Text.NativeRendering }
M
bar/modules/Battery.qml
→
bar/modules/Battery.qml
@@ -12,6 +12,7 @@ model: UPower.devices.values.filter(d=>d.model)
Class.RightRowLayout { Class.BottombarText { text: modelData.percentage*100+"%" + font.family: font_notosans.name color: (modelData.percentage*100 < 20) ? Resources.palette.scarlet : Resources.palette.fg
M
bar/modules/Network.qml
→
bar/modules/Network.qml
@@ -11,6 +11,7 @@ spacing: 2
Class.BottombarIcon { text: Icons.network.crossed_empty + " MI_10023" color: Resources.palette.grey + // font.family: } // Class.BottombarText { // text:"MI_10023"