mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-05 00:48:45 +00:00
9 lines
184 B
Plaintext
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'}")
|
|
)
|
|
)
|