16 lines
256 B
Text
16 lines
256 B
Text
|
(defwindow bar
|
||
|
: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
|
||
|
"ni"
|
||
|
)
|