1wob(1) General Commands Manual wob(1)
2
3
4
6 wob - Wayland Overlay Bar
7
9 wob is a lightweight overlay volume/backlight/progress/anything bar for
10 Wayland.
11
13 wob [options...]
14
16 -c, --config <file>
17 Configuration file location.
18
19 -v, --verbose
20 Increase verbosity of messages, defaults to errors and warnings
21 only.
22
23 -V, --version
24 Show the version number and quit.
25
26 -h, --help
27 Show help message and quit.
28
30 wob reads values to display from standard input in the following for‐
31 mats:
32
33 <value>
34
35 or
36
37 <value> <background_color> <border_color> <bar_color>
38
39 Where <value> is number in interval from 0 to max and <*color> is color
40 in RRGGBB[AA] format.
41
43 wob searches for a config file in the following locations, in this or‐
44 der:
45
46 1. $XDG_CONFIG_HOME/wob/wob.ini 2. ~/.config/wob/wob.ini
47
48 For information on the config file format, see wob.ini(5).
49
51 The following environment variables have an effect on wob:
52
53 WOB_DISABLE_PLEDGE
54 Disable seccomp syscall filtering on Linux. Set this if you are
55 having trouble running wob with tools like valgrind.
56
57
58
59 2023-01-21 wob(1)