From 8696ac77f9a4a0598cd53c138aa99295f826f221 Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Sat, 24 Aug 2019 17:19:32 +0100 Subject: [PATCH] Replace table with simpler format in waybar.5.scd --- waybar.5.scd | 94 +++++++++++++++++++++++++--------------------------- 1 file changed, 46 insertions(+), 48 deletions(-) diff --git a/waybar.5.scd b/waybar.5.scd index e4550b6..8f958a3 100644 --- a/waybar.5.scd +++ b/waybar.5.scd @@ -21,54 +21,52 @@ All valid options for the modules are listed on the modules page: https://github ## Bar Config -[- option -:- typeof -:- default -:- description -|- `layer` -:- string -:- `bottom` -:- Decide if the bar is displayed in front of the windows or behind them. -|- `output` -:- string|array -:- -:- Specifies on which screen this bar will be displayed. -|- `position` -:- string -:- `top` -:- Bar position, can be `top`,`bottom`,`left`,`right`. -|- `height` -:- integer -:- -:- Height to be used by the bar if possible, leave blank for a dynamic value. -|- `width` -:- integer -:- -:- Width to be used by the bar if possible, leave blank for a dynamic value. -|- `modules-left` -:- array -:- -:- Modules that will be displayed on the left. -|- `modules-center` -:- array -:- -:- Modules that will be displayed in the center. -|- `modules-right` -:- array -:- -:- Modules that will be displayed on the right. -|- `margin` -:- string -:- -:- Margins value using the css format without units. -|- `margin-` -:- integer -:- -:- Margins value without units. -|- `name` -:- string -:- -:- Optional name added as a CSS class, for styling multiple waybars. +*layer* ++ + typeof: string ++ + default: bottom ++ + Decide if the bar is displayed in front of the windows or behind them. + +*output* ++ + typeof: string|array ++ + Specifies on which screen this bar will be displayed. + +*position* ++ + typeof: string ++ + default: top ++ + Bar position, can be `top`,`bottom`,`left`,`right`. + +*height* ++ + typeof: integer ++ + 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. + +*modules-left* ++ + typeof: array ++ + Modules that will be displayed on the left. + +*modules-center* ++ + typeof: array ++ + Modules that will be displayed in the center. + +*modules-right* ++ + typeof: array + Modules that will be displayed on the right. + +*margin* ++ + typeof: string ++ + Margins value using the css format without units. + +*margin-* ++ + typeof: integer ++ + Margins value without units. + +*name* ++ + typeof: string ++ + Optional name added as a CSS class, for styling multiple waybars. + ## Module format