eww fixes

This commit is contained in:
Miguel Palhas
2024-10-06 17:35:44 +01:00
parent f43fb871da
commit f6f25b816b
6 changed files with 16 additions and 17 deletions
+7 -10
View File
@@ -23,15 +23,12 @@
:space-evenly true
:halign "start"
:spacing 10
(button :onclick "wmctrl -s 0" 1)
(button :onclick "wmctrl -s 1" 2)
(button :onclick "wmctrl -s 2" 3)
(button :onclick "wmctrl -s 3" 4)
(button :onclick "wmctrl -s 4" 5)
(button :onclick "wmctrl -s 5" 6)
(button :onclick "wmctrl -s 6" 7)
(button :onclick "wmctrl -s 7" 8)
(button :onclick "wmctrl -s 8" 9)))
(button :onclick "hyprctl dispatch workspace 1" 1)
(button :onclick "hyprctl dispatch workspace 2" 2)
(button :onclick "hyprctl dispatch workspace 3" 3)
(button :onclick "hyprctl dispatch workspace 4" 4)
(button :onclick "hyprctl dispatch workspace 5" 5)
(button :onclick "hyprctl dispatch workspace 8" 6)))
(defwidget music []
(box :class "music"
@@ -71,6 +68,6 @@
:width "100%"
:height "10px"
:anchor "top center")
:reserve (struts :side "top" :distance "20px")
:reserve (struts :side "top" :distance "4%")
(bar))