all repos — quickshell @ 189c803cd37b5c423ae611df8b1a4329104e7a30

A desert-witch desktop shell

-
trickyni trickyniv56@gmail.com
Sat, 27 Sep 2025 20:33:18 +0300
commit

189c803cd37b5c423ae611df8b1a4329104e7a30

parent

a53dc9b5929431cb4013ee7f633e30f302d34763

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

jump to
M README.mdREADME.md

@@ -22,6 +22,7 @@ UI:

- Sunset - disappears at night - port to phosphor icons? + - or use icons8 color pixel icons? - redo workspaces with proper button technology? Expansion:
M bar/TopBar.qmlbar/TopBar.qml

@@ -12,7 +12,7 @@ left: true

right: true } margins { - left: 0 + left: 8 right:8 top: 0 bottom: 0
M bar/modules/Workspaces.qmlbar/modules/Workspaces.qml

@@ -15,7 +15,7 @@ Repeater {

id: workspace_instance model: I3.workspaces.values Button { - padding: 2 + padding: 0 MouseArea{ id: ws_button hoverEnabled: true