Minor fixes to waybar(5)

This commit is contained in:
Michael Aquilina 2019-08-26 22:33:10 +01:00
parent c60b905831
commit 2a3f40bc02
No known key found for this signature in database
GPG Key ID: 636066730B056BD1
1 changed files with 7 additions and 7 deletions

View File

@ -8,11 +8,11 @@ waybar - configuration file
The configuration uses the JSON file format and is named *config*.
Valid directories for this file are:
Valid locations for this file are:
- *~/.config/waybar/*
- *~/waybar/*
- */etc/xdg/waybar/*
- *~/.config/waybar/config*
- *~/waybar/config*
- */etc/xdg/waybar/config*
A good starting point is the default configuration found at https://github.com/Alexays/Waybar/blob/master/resources/config.
Also a minimal example configuration can be found on the at the bottom of this man page.
@ -35,11 +35,11 @@ Also a minimal example configuration can be found on the at the bottom of this m
*height* ++
typeof: integer ++
Height to be used by the bar if possible, leave blank for a dynamic value.
Height to be used by the bar if possible. Leave blank for a dynamic value.
*width* ++
typeof: integer ++
Width to be used by the bar if possible, leave blank for a dynamic value.
Width to be used by the bar if possible. Leave blank for a dynamic value.
*modules-left* ++
typeof: array ++
@ -55,7 +55,7 @@ Also a minimal example configuration can be found on the at the bottom of this m
*margin* ++
typeof: string ++
Margins value using the css format without units.
Margins value using the CSS format without units.
*margin-<top\|left\|bottom\|right>* ++
typeof: integer ++