mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-06 17:38:45 +00:00
8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
(deflisten window :initial "..." "sh ./widgets/active-window/get-active-window.sh")
|
|
|
|
(defwidget active-window []
|
|
(box
|
|
(label :class "box" :text "${window}")
|
|
)
|
|
)
|