mirror of
https://github.com/polybar/polybar.git
synced 2025-07-31 21:59:42 -04:00
parent
462e53d6c8
commit
385572ec64
16 changed files with 122 additions and 41 deletions
|
@ -3,7 +3,7 @@
|
|||
\fBpolybar\fR \- A fast and easy-to-use tool status bar.
|
||||
.SH SYNOPSIS
|
||||
.P
|
||||
polybar \fIBAR-NAME\fR [\fB\-c\fR \fICONFIG\fR|\fB\-l\fR \fILOG_LEVEL\fR|\fB\-d\fR \fIPARAM\fR|\fB\f-q\fR|\fB\-r\fR|\fB\f-s\fR|\fB\-w\fR]
|
||||
polybar \fIBAR-NAME\fR [\fB\-c\fR \fICONFIG\fR|\fB\-l\fR \fILOG_LEVEL\fR|\fB\-d\fR \fIPARAM\fR|\fB\f-q\fR|\fB\-r\fR|\fB\-m\fR|\fB\f-s\fR|\fB\-w\fR]
|
||||
.P
|
||||
polybar [\fB\-h\fR | \fB\-\-help\fR]
|
||||
.SH DESCRIPTION
|
||||
|
@ -14,10 +14,10 @@ Please report issues by creating a ticket on GitHub (\fIhttps://github.com/jaagr
|
|||
Mandatory arguments to long options are mandatory for short options too.
|
||||
.TP
|
||||
\fB\-h\fR, \fB\-\-help\fR
|
||||
Show help and program options.
|
||||
Display help text and exit.
|
||||
.TP
|
||||
\fB\-v\fR, \fB\-\-version\fR
|
||||
Print version information.
|
||||
Display build details and exit.
|
||||
.TP
|
||||
\fB\-l\fR, \fB\-\-log\fR=\fILEVEL\fR
|
||||
Set how verbose \fBpolybar\fR's logging is. \fILEVEL\fR must be one of: `error`, `warning` or `info`.
|
||||
|
@ -29,13 +29,16 @@ Be quiet (will override -l).
|
|||
Specify the path to the configuration file. By default, configuration files are read from \fI$XDG_CONFIG_HOME/.config/polybar\fR. When the \fI$XDG_CONFIG_HOME\fR variable is absent, then \fI~/.config/polybar\fR directory is used instead.
|
||||
.TP
|
||||
\fB\-r\fR, \fB\-\-reload\fR
|
||||
Reload the application when the config file has been modified. (NOTE: Its recommended to only use this when setting up the bar).
|
||||
Reload the application when the config file has been modified.
|
||||
.TP
|
||||
\fB\-d\fR, \fB\-\-dump\fR=\fIPARAM\fR
|
||||
Show the value of the specified parameter \fIPARAM\fR in the section [bar/\fIBAR-NAME\fR] inside the configuration file.
|
||||
Print the value of the specified parameter \fIPARAM\fR in the section [bar/\fIBAR-NAME\fR] inside the configuration file and exit.
|
||||
.TP
|
||||
\fB\-m\fR, \fB\-\-list\-monitors\fR
|
||||
Print list of available monitors and exit.
|
||||
.TP
|
||||
\fB\-w\fR, \fB\-\-print\-wmname\fR
|
||||
Print the generated \fIWM_NAME\fR.
|
||||
Print the generated \fIWM_NAME\fR and exit.
|
||||
.TP
|
||||
\fB\-s\fR, \fB\-\-stdout\fR
|
||||
Dump content to stdout instead of rendering an X window.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue