fix: Stop eww from yelling at me on start
This commit is contained in:
parent
b3437a55b2
commit
b590bb5f95
1 changed files with 3 additions and 3 deletions
|
@ -5,10 +5,10 @@
|
||||||
(deflisten active-workspace
|
(deflisten active-workspace
|
||||||
`stdbuf -oL ./scripts/hypr/workspace-active-listener`)
|
`stdbuf -oL ./scripts/hypr/workspace-active-listener`)
|
||||||
|
|
||||||
(deflisten workspace-list :initial '[1]'
|
(deflisten workspace-list :initial "[1]"
|
||||||
`stdbuf -oL ./scripts/hypr/workspace-list-listener`)
|
`stdbuf -oL ./scripts/hypr/workspace-list-listener`)
|
||||||
|
|
||||||
(deflisten datetime
|
(deflisten datetime :initial "{}"
|
||||||
`stdbuf -oL ./scripts/datetime-listener`)
|
`stdbuf -oL ./scripts/datetime-listener`)
|
||||||
|
|
||||||
;; Windows
|
;; Windows
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
(box :halign "end"
|
(box :halign "end"
|
||||||
:class "end"
|
:class "end"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
(systray :class "tray" :icon-size "16" :pack-direction "rtl")))
|
(systray :class "tray" :icon-size "16")))
|
||||||
|
|
||||||
(defwidget workspaces []
|
(defwidget workspaces []
|
||||||
(box :class "workspaces"
|
(box :class "workspaces"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue