5 lines
166 B
Text
5 lines
166 B
Text
(defwidget hyprwindow []
|
|
(label :text "${hyprwindow_listener}")
|
|
)
|
|
|
|
(deflisten hyprwindow_listener :initial "" "bash $XDG_CONFIG_HOME/eww/scripts/get-window-title")
|