✨ a lot of changes and new stuff! started using mako
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
(defwindow volume-popup []
|
||||
:monitor 0
|
||||
:stacking "overlay"
|
||||
:namespace "volume-popup"
|
||||
:focusable false
|
||||
:exclusive false
|
||||
:geometry (geometry :width 180
|
||||
:anchor "top center"
|
||||
:y "10px")
|
||||
|
||||
(box :class "volume-popup"
|
||||
(output-slider)
|
||||
(source-slider)
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user