1wob.ini(5)                    File Formats Manual                   wob.ini(5)
2
3
4

NAME

6       wob.ini - wob configuration file
7
8       You can run `wob -vv` to find the default values.
9

SECTION: default

11       timeout
12           Timeout after which wob hides itself, in milliseconds.
13
14       max
15           This value will be represented as fully filled bar.
16
17       width
18           Width of wob, in pixels.
19
20       height
21           Height of wob, in pixels.
22
23       border_offset
24           Border offset, in pixels.
25
26       border_size
27           Border size, in pixels.
28
29       bar_padding
30           Bar padding, in pixels.
31
32       anchor
33           Anchor point, combination of top, left, right, bottom, center.
34
35           Example: bottom right
36
37       margin
38           Anchor margin, in pixels.
39
40       border_color
41           Border color, in RRGGBB[AA] format.
42
43       background_color
44           Background color, in RRGGBB[AA] format.
45
46       bar_color
47           Bar color, in RRGGBB[AA] format.
48
49       overflow_mode
50           Overflow mode, one of wrap, and nowrap.
51
52           wrap: wrap value so max + 20 will be displayed as 20
53
54           nowrap values > max will be displayed as just max
55
56       overflow_bar_color
57           Overflow bar color, in RRGGBB[AA] format.
58
59       overflow_background_color
60           Overflow background color, in RRGGBB[AA] format.
61
62       overflow_border_color
63           Overflow border color, in RRGGBB[AA] format.
64
65       output_mode
66           Output mode, one of whitelist, all, focused.
67
68           whitelist: show wob only on outputs defined in output.* sections of
69           config file
70
71           all: show wob on all available outputs
72
73           focused: show wob on compositor default (focused) output
74

SECTION: output.*

76       This section will be used in future releases of wob to provide per out‐
77       put configuration. Currently this servers only as list of outputs to
78       show wob on in whitelist mode.
79
80       Replace * with user friendly name of your choosing.
81
82       name
83           Output name.
84
85           Example: DP-1
86

EXAMPLE

88           timeout = 1000
89           max = 100
90           output_mode = whitelist
91           bar_color = FFFFFF
92
93           [output.left]
94           name = DP-1
95
96           [output.ips]
97           name = HDMI-1
98

See also

100       wob(1)
101
102
103
104                                  2022-11-29                        wob.ini(5)
Impressum