mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-24 01:37:30 -05:00
21 lines
371 B
Plaintext
Executable File
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}"
|
|
)
|
|
)
|
|
)
|
|
)
|
|
) |