whew
This commit is contained in:
parent
d149a7704b
commit
e1e28a4b2f
2 changed files with 4 additions and 4 deletions
|
|
@ -33,8 +33,8 @@
|
|||
(title)
|
||||
(time))))
|
||||
|
||||
(deflisten workspaces :initial "[]" "bash ~/.config/eww/scripts/workspaces.sh")
|
||||
(deflisten current_workspace :initial "1" "bash ~/.config/eww/scripts/active-workspace.sh")
|
||||
(deflisten workspaces :initial "[]" "./scripts/workspaces.sh")
|
||||
(deflisten current_workspace :initial "1" "./scripts/active-workspace.sh")
|
||||
(defwidget workspaces []
|
||||
(box :class "widget workspaces"
|
||||
:halign "start"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue