dotfiles/de/home/.config/eww/modules/bar/window_name.yuck
2025-07-25 15:00:06 -07:00

10 lines
406 B
Text

(deflisten active_window_name :initial ""
:interval "60s"
"scripts/bar/activewindow")
(defwidget windowtitle []
(box :class "bar-module"
:space-evenly false
(button :onclick 'sp-profiles next'
(label :text '${active_profile}'))
(label :class {active_window_name != "" ? "active_window" : ""}
:text {active_window_name})))