12 lines
410 B
Text
12 lines
410 B
Text
(defwindow mainbar
|
|
:monitor 0
|
|
:geometry (geometry :x "0%"
|
|
:y "20px"
|
|
:width "90%"
|
|
:height "30px"
|
|
:anchor "top center")
|
|
:stacking "fg"
|
|
:reserve (struts :distance "40px" :side "top")
|
|
:windowtype "dock"
|
|
:wm-ignore false
|
|
)
|