Files
colorshell/eww/widgets/window.yuck
T
2024-11-23 10:10:28 -03:00

11 lines
199 B
Plaintext

(defpoll windowInfo :interval "250ms"
"sh ./scripts/get-window.sh")
(defvar widget_window_visible true)
(defwidget window []
(button :visible "${widget_window_visible}"
"${windowInfo}")
)