Files
colorshell/eww/widgets/window.yuck
T
2024-11-24 11:32:35 -03:00

9 lines
212 B
Plaintext

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