Files
colorshell/eww/windows/floating-media.yuck
T
2024-12-19 22:06:54 -03:00

11 lines
232 B
Plaintext

(defwindow floating-media []
:monitor 0
:geometry (geometry :anchor "top center")
:exclusive false
:stacking "overlay"
:focusable false
(box :class "floating-media"
(big-media :album_background true)
)
)