Files
dotfiles/home/config/eww/bar/active-window.yuck
T
2025-01-22 19:33:28 +02:00

9 lines
184 B
Plaintext

(deflisten window :initial "..." "./lib/get-active-window.sh")
(defwidget active-window []
(box
:halign "center"
(label :class "bar-group" :text "${window?: 'none'}")
)
)