forked from Shinonome/dots-hyprland
stuff
This commit is contained in:
Executable
+21
@@ -0,0 +1,21 @@
|
||||
(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}"
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user