nixos/gunther/eww/config/widgets/window-title/eww.yuck
2024-07-29 18:04:01 +02:00

7 lines
No EOL
246 B
Text

(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"
)
)
)