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