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