1POLYBAR(1) Polybar User Manual POLYBAR(1)
2
3
4
6 polybar - A fast and easy-to-use tool status bar
7
9 polybar [OPTIONS]... BAR
10
12 Polybar aims to help users build beautiful and highly customizable sta‐
13 tus bars for their desktop environment, without the need of having a
14 black belt in shell scripting.
15
17 -h, --help
18 Display help text and exit
19
20 -v, --version
21 Display build details and exit
22
23 -l, --log=LEVEL
24 Set the logging verbosity (default: WARNING)
25 LEVEL is one of: error, warning, info, trace
26
27
28 -q, --quiet
29 Be quiet (will override -l)
30
31 -c, --config=FILE
32 Specify the path to the configuration file. By default, the con‐
33 figuration file is loaded from:
34
35 $XDG_CONFIG_HOME/polybar/config
36 $HOME/.config/polybar/config
37
38
39 -r, --reload
40 Reload the application when the config file has been modified
41
42 -d, --dump=PARAM
43 Print the value of the specified parameter PARAM in bar section
44 and exit
45
46 -m, --list-monitors
47 Print list of available monitors and exit
48
49 -w, --print-wmname
50 Print the generated WM_NAME and exit
51
52 -s, --stdout
53 Output the data to stdout instead of drawing it to the X window
54
55 -p, --png=FILE
56 Save png snapshot to FILE after running for 3 seconds
57
59 Michael Carlberg <c@rlberg.se>
60 Contributors can be listed on GitHub.
61
62
64 Report issues on GitHub <https://github.com/polybar/polybar>
65
67 Full documentation at: <https://github.com/polybar/polybar>
68 Project wiki: <https://github.com/polybar/polybar/wiki>
69
70
72 2016-2020, Michael Carlberg & contributors
73
74
75
76
77 Jan 30, 2020 POLYBAR(1)