[eww] Adds workspaces to the vertical statusbar for vega.

This commit is contained in:
2025-04-22 16:19:20 -07:00
parent c88845ea2a
commit 53e29f3911

View File

@@ -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 []
(box
:class "statusbar"
@@ -16,6 +25,7 @@
:spacing 8
:space-evenly false
(clock-large)
(workspaces-vega)
(vertical-statusbar-systray)
(system-monitor-group
:name "Performance"