nixos/common/eww/config/widgets/window-title/eww.yuck

7 lines
203 B
Text
Raw Normal View History

2024-02-16 13:59:46 +01:00
(deflisten window :initial "" "sh ./widgets/window-title/get-window-title.sh")
(defwidget windowtitle []
(box :class "title"
(label :text {window == "null" ? "" : window} :class "title"
)
)
)