10 lines
406 B
Text
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})))
|