-
-
Notifications
You must be signed in to change notification settings - Fork 47
Configuration
Piotr Miller edited this page Feb 1, 2021
·
26 revisions
On first run, the program creates the nwg-panel
config directory in $XDG_CONFIG_HOME
or ~/.config
. It also copies sample config
and style.css
files, as well as the user-definable icon sets (light and dark).
At the moment there's no config GUI. To add / remove / customize panels, you need to edit the config file in a text editor.
key | value | default | description |
---|---|---|---|
"output" | string | empty | Name of the screen to show the panel on. Leave blank to use the first detected output. |
"layer" | string | "top" | Determines if the panel is displayed in front (top ) or behind the windows (bottom ). |
"position" | string | "top" | Panel position can be top or bottom . Side panels are not supported. |
"width" | int | none | Delete this line for the panel to take all the screen width. Set 0 for it to just enclose the content. |
"height" | int | 0 | Set your desired panel height. Set 0 for panel to just enclose the content. |