mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-23 05:09:32 -08:00
13 lines
300 B
Text
13 lines
300 B
Text
|
|
||
|
(defwindow bar
|
||
|
:monitor 1
|
||
|
:exclusive true
|
||
|
:windowtype "dock"
|
||
|
:geometry (geometry :x "0%"
|
||
|
:y "0%"
|
||
|
:width "90%"
|
||
|
:height "10px"
|
||
|
:anchor "top center")
|
||
|
:reserve (struts :side "top" :distance "4%")
|
||
|
(bar))
|