11 lines
412 B
Text
11 lines
412 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}))
|
|
;)
|