Candyrice/eww/yuck/dock/dock_window.yuck

20 lines
410 B
Plaintext
Raw Normal View History

(include "yuck/dock/dock_widg.yuck")
2024-08-04 20:22:37 +00:00
(defwindow dock
:monitor 0
:windowtype "dock"
:class "dock_window"
:wm-ignore true
:stacking "fg"
:halign "end"
:valign "end"
:geometry
(geometry
:anchor "bottom center"
:x "0%"
:y "-0.5%"
:height "4%"
:width "10%"
)
(dock_widg)
2024-08-04 20:22:37 +00:00
)