1wob(1)                      General Commands Manual                     wob(1)
2
3
4

NAME

6       wob - Wayland Overlay Bar
7

DESCRIPTION

9       wob is a lightweight overlay volume/backlight/progress/anything bar for
10       Wayland.
11

SYNOPSIS

13       wob [options...]
14

OPTIONS

16       -h, --help
17           Show help message and quit.
18
19       --version
20           Show the version number and quit.
21
22       -v
23           Increase verbosity of messages, defaults to errors and warnings
24           only.
25
26       -t --timeout <ms>
27           Hide wob after <ms> milliseconds, defaults to 1000.
28
29       -m --max <%>
30           Define the maximum percentage, defaults to 100.
31
32       -W --width <px>
33           Define bar width in pixels, defaults to 400.
34
35       -H --height <px>
36           Define bar height in pixels, defaults to 50.
37
38       -o --offset <px>
39           Define border offset in pixels, defaults to 4.
40
41       -b --border <px>
42           Define border size in pixels, defaults to 4.
43
44       -p --padding <px>
45           Define bar padding in pixels, defaults to 4.
46
47       -a --anchor <side>
48           Define anchor point, one of 'top', 'left', 'right', 'bottom', 'cen‐
49           ter' (default). May be specified multiple times.
50
51       -M --margin <px>
52           Define anchor margin in pixels, defaults to 0.
53
54       -O --output <name>
55           Define output to show bar on or '*' for all. If ommited, focused
56           output is chosen. May be specified multiple times.
57
58       --border-color <#RRGGBBAA>
59           Define border color, defaults to #FFFFFFFF.
60
61       --background-color <#RRGGBBAA>
62           Define background color, defaults to #000000FF.
63
64       --bar-color <#RRGGBBAA>
65           Define bar color, defaults to #FFFFFFFF.
66
67       --overflow-mode <mode>
68           Change the overflow mode. Valid options are `none`, `wrap`, and
69           `nowrap`.
70
71       --overflow-bar-color <#AARRGGBB>
72           Define overflow bar color, defaults to #FFFF0000
73
74       --overflow-background-color <#AARRGGBB>
75           Define overflow background color, defaults to #FF000000
76
77       --overflow-border-color <#AARRGGBB>
78           Define overflow border color, defaults to #FFFFFFFF
79

USAGE

81       Wob reads values to display from standart input in the following for‐
82       mats:
83
84       <value>
85
86       or
87
88       <value> <#background_color> <#border_color> <#bar_color>
89
90       Where <value> is number in interval from 0 to --max and <#*color> is
91       color in #RRGGBBAA format.
92

ENVIRONMENT

94       The following environment variables have an effect on wob:
95
96       WOB_DISABLE_PLEDGE
97           Disable seccomp syscall filtering on Linux. Set this if you are
98           having trouble running wob with tools like valgrind or strace.
99
100
101
102                                  2022-03-06                            wob(1)
Impressum