nixos/gunther/eww/config/widgets/window-title/eww.yuck
2024-11-06 14:03:40 +01:00

7 lines
No EOL
246 B
Text
Executable file

(deflisten window :initial "" "sh ./widgets/window-title/get-window-title.sh")
(defwidget windowtitle []
(box :class "title" :visible {window == "null" ? false : true}
(label :text {window == "null" ? "" : window} :class "title"
)
)
)