Replace table with simpler format in waybar.5.scd
This commit is contained in:
parent
9484cdff7d
commit
8696ac77f9
94
waybar.5.scd
94
waybar.5.scd
|
@ -21,54 +21,52 @@ All valid options for the modules are listed on the modules page: https://github
|
||||||
|
|
||||||
## Bar Config
|
## Bar Config
|
||||||
|
|
||||||
[- option
|
*layer* ++
|
||||||
:- typeof
|
typeof: string ++
|
||||||
:- default
|
default: bottom ++
|
||||||
:- description
|
Decide if the bar is displayed in front of the windows or behind them.
|
||||||
|- `layer`
|
|
||||||
:- string
|
*output* ++
|
||||||
:- `bottom`
|
typeof: string|array ++
|
||||||
:- Decide if the bar is displayed in front of the windows or behind them.
|
Specifies on which screen this bar will be displayed.
|
||||||
|- `output`
|
|
||||||
:- string|array
|
*position* ++
|
||||||
:-
|
typeof: string ++
|
||||||
:- Specifies on which screen this bar will be displayed.
|
default: top ++
|
||||||
|- `position`
|
Bar position, can be `top`,`bottom`,`left`,`right`.
|
||||||
:- string
|
|
||||||
:- `top`
|
*height* ++
|
||||||
:- Bar position, can be `top`,`bottom`,`left`,`right`.
|
typeof: integer ++
|
||||||
|- `height`
|
Height to be used by the bar if possible, leave blank for a dynamic value.
|
||||||
:- integer
|
|
||||||
:-
|
*width* ++
|
||||||
:- Height to be used by the bar if possible, leave blank for a dynamic value.
|
typeof: integer ++
|
||||||
|- `width`
|
Width to be used by the bar if possible, leave blank for a dynamic value.
|
||||||
:- integer
|
|
||||||
:-
|
*modules-left* ++
|
||||||
:- Width to be used by the bar if possible, leave blank for a dynamic value.
|
typeof: array ++
|
||||||
|- `modules-left`
|
Modules that will be displayed on the left.
|
||||||
:- array
|
|
||||||
:-
|
*modules-center* ++
|
||||||
:- Modules that will be displayed on the left.
|
typeof: array ++
|
||||||
|- `modules-center`
|
Modules that will be displayed in the center.
|
||||||
:- array
|
|
||||||
:-
|
*modules-right* ++
|
||||||
:- Modules that will be displayed in the center.
|
typeof: array
|
||||||
|- `modules-right`
|
Modules that will be displayed on the right.
|
||||||
:- array
|
|
||||||
:-
|
*margin* ++
|
||||||
:- Modules that will be displayed on the right.
|
typeof: string ++
|
||||||
|- `margin`
|
Margins value using the css format without units.
|
||||||
:- string
|
|
||||||
:-
|
*margin-<top\|left\|bottom\|right>* ++
|
||||||
:- Margins value using the css format without units.
|
typeof: integer ++
|
||||||
|- `margin-<top\|left\|bottom\|right>`
|
Margins value without units.
|
||||||
:- integer
|
|
||||||
:-
|
*name* ++
|
||||||
:- Margins value without units.
|
typeof: string ++
|
||||||
|- `name`
|
Optional name added as a CSS class, for styling multiple waybars.
|
||||||
:- string
|
|
||||||
:-
|
|
||||||
:- Optional name added as a CSS class, for styling multiple waybars.
|
|
||||||
|
|
||||||
## Module format
|
## Module format
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue