mirror of https://github.com/polybar/polybar.git
Updated Home (markdown)
parent
bb6e4eb3ac
commit
72dd591ff7
23
Home.md
23
Home.md
|
@ -3,7 +3,7 @@
|
||||||
To get started, copy the sample configuration:
|
To get started, copy the sample configuration:
|
||||||
|
|
||||||
~~~ sh
|
~~~ sh
|
||||||
$ install -Dm644 /usr/share/doc/polybar/config $HOME/.config/polybar
|
$ install -Dm644 /usr/share/doc/polybar/config $HOME/.config/polybar/config
|
||||||
$ polybar example
|
$ polybar example
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
@ -18,16 +18,17 @@ See the [Configuration wiki page](https://github.com/jaagr/polybar/wiki/Configur
|
||||||
~~~
|
~~~
|
||||||
Usage: polybar bar_name [OPTION...]
|
Usage: polybar bar_name [OPTION...]
|
||||||
|
|
||||||
-h, --help Show help options
|
-h, --help Display this help and exit
|
||||||
-v, --version Print version information
|
-v, --version Display build details and exit
|
||||||
-l, --log=LEVEL Set the logging verbosity (default: WARNING)
|
-l, --log=LEVEL Set the logging verbosity (default: WARNING)
|
||||||
LEVEL is one of: error, warning, info, trace
|
LEVEL is one of: error, warning, info, trace
|
||||||
-q, --quiet Be quiet (will override -l)
|
-q, --quiet Be quiet (will override -l)
|
||||||
-c, --config=FILE Path to the configuration file
|
-c, --config=FILE Path to the configuration file
|
||||||
-r, --reload Reload when the configuration has been modified
|
-r, --reload Reload when the configuration has been modified
|
||||||
-d, --dump=PARAM Show value of PARAM in section [bar_name]
|
-d, --dump=PARAM Print value of PARAM in section [bar_name] and exit
|
||||||
-w, --print-wmname Print the generated WM_NAME
|
-m, --list-monitors Print list of available monitors and exit
|
||||||
-s, --stdout Output data to stdout instead of drawing the X window
|
-w, --print-wmname Print the generated WM_NAME and exit
|
||||||
|
-s, --stdout Output data to stdout instead of drawing the X window
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue