Files
illogical-impulse/tetrio/.config/eww/modules/activewindow.yuck
T
2024-02-22 15:35:06 +07:00

21 lines
371 B
Plaintext
Executable File

(defwidget activewindow []
(eventbox
(box
:space-evenly false
:class "activewin"
(label
:limit-width 50
:text "➜ "
)
(revealer
:transition "slideright"
:reveal "${!music_reveal}"
:duration "300ms"
(label
:limit-width 50
:text "${awin}"
)
)
)
)
)