diff --git a/Home.md b/Home.md index 47c71d9..3527a86 100644 --- a/Home.md +++ b/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,16 +18,17 @@ 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 - -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 - -s, --stdout Output data to stdout instead of drawing the X window + -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 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 ~~~