eww fixes
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user