fix: Stop eww from yelling at me on start

This commit is contained in:
Ahmad Ansori Palembani 2024-05-15 10:52:11 +07:00
parent b3437a55b2
commit b590bb5f95
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -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"