(include "yuck/panel/panel_widg.yuck") (defwindow panel [h] :monitor 0 :windowtype "dock" :wm-ignore true :stacking "fg" :halign "end" :valign "end" :geometry (geometry :anchor "top center" :x "0%" :y "0%" :height "${h}px" :width "100%" ) :reserve (struts :distance "${h}px" :side "top" ) (panel_widg :h "${h}") )