Files
colorshell/eww/widgets/window.yuck
T
2024-11-24 15:21:20 -03:00

9 lines
219 B
Plaintext

(deflisten active_window :initial ""
`sh ./scripts/active-window.sh`)
(defwidget window []
(button :visible { active_window.class == "null" ? false : true }
"${active_window.class}: ${active_window.title}")
)