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 <#AARRGGBB>
59           Define border color, defaults to #FFFFFFFF.
60
61       --background-color <#AARRGGBB>
62           Define background color, defaults to #FF000000.
63
64       --bar-color <#AARRGGBB>
65           Define bar color, defaults to #FFFFFFFF.
66

USAGE

68       Wob reads values to display from standart input in the following for‐
69       mats:
70
71       <value>
72
73       or
74
75       <value> <#background_color> <#border_color> <#bar_color>
76
77       Where <value> is number in interval from 0 to --max and <#*color> is
78       color in #AARRGGBB format.
79

ENVIRONMENT

81       The following environment variables have an effect on wob:
82
83       WOB_DISABLE_PLEDGE
84           Disable seccomp syscall filtering on Linux. Set this if you are
85           having trouble running wob with tools like valgrind or strace.
86
87
88
89                                  2021-02-07                            wob(1)
Impressum