🎨 [neodymium/home/eww] format yuck file
This commit is contained in:
parent
0a51c7f330
commit
c0c2a18d78
|
@ -60,10 +60,15 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
(deflisten workspaces :initial "[]" "bash ~/.config/eww/scripts/get-workspaces")
|
(deflisten workspaces
|
||||||
(deflisten active_workspace :initial "1" "bash ~/.config/eww/scripts/get-active-workspace")
|
:initial "[]" "bash ~/.config/eww/scripts/get-workspaces"
|
||||||
|
)
|
||||||
|
(deflisten active_workspace
|
||||||
|
:initial "1" "bash ~/.config/eww/scripts/get-active-workspace"
|
||||||
|
)
|
||||||
(defwidget workspaces []
|
(defwidget workspaces []
|
||||||
(eventbox :class "workspaces-widget"
|
(eventbox
|
||||||
|
:class "workspaces-widget"
|
||||||
(box
|
(box
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
(label
|
(label
|
||||||
|
|
Loading…
Reference in a new issue