✨ feat: use eww as bar!
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
(defpoll windowInfo :interval "250ms"
|
||||
"sh ./scripts/get-window.sh")
|
||||
|
||||
(defvar widget_window_visible true)
|
||||
|
||||
(defwidget window []
|
||||
(button :visible "${widget_window_visible}"
|
||||
"${windowInfo}")
|
||||
)
|
||||
Reference in New Issue
Block a user