✨ a lot of changes and new stuff! started using mako
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
(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)
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user