[eww] Adds workspaces to the vertical statusbar for vega.
This commit is contained in:
@@ -8,6 +8,15 @@
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(deflisten workspaces-json-hdmi-a-1
|
||||||
|
:initial "[]"
|
||||||
|
`~/.config/eww/scripts/workspaces.sh HDMI-A-1`
|
||||||
|
)
|
||||||
|
|
||||||
|
(defwidget workspaces-vega []
|
||||||
|
(workspaces :workspaces-json workspaces-json-hdmi-a-1)
|
||||||
|
)
|
||||||
|
|
||||||
(defwidget vertical-statusbar []
|
(defwidget vertical-statusbar []
|
||||||
(box
|
(box
|
||||||
:class "statusbar"
|
:class "statusbar"
|
||||||
@@ -16,6 +25,7 @@
|
|||||||
:spacing 8
|
:spacing 8
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
(clock-large)
|
(clock-large)
|
||||||
|
(workspaces-vega)
|
||||||
(vertical-statusbar-systray)
|
(vertical-statusbar-systray)
|
||||||
(system-monitor-group
|
(system-monitor-group
|
||||||
:name "Performance"
|
:name "Performance"
|
||||||
|
|||||||
Reference in New Issue
Block a user