forked from Shinonome/dots-hyprland
stuff
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
(deflisten awin
|
||||
; :run-while win_ws_open
|
||||
`scripts/activewin`
|
||||
)
|
||||
|
||||
(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