table of contents
- Tumbleweed 0.16-1.1
- Leap-16.0
- Leap-15.6
| wob.ini(5) | File Formats Manual | wob.ini(5) |
NAME¶
wob.ini - wob configuration file
You can run `wob -vv` to find the default values.
SECTION: default¶
timeout
max
width
height
border_offset
border_size
bar_padding
anchor
Example: bottom right
margin
border_color
background_color
bar_color
overflow_mode
wrap: wrap value so max + 20 will be displayed as 20
nowrap values > max will be displayed as just max
overflow_bar_color
overflow_background_color
overflow_border_color
orientation
width and height is kept as is, you most likely want to set height greater than width in vertical mode
SECTION: output.*¶
Replace * with user friendly name of your choosing.
match
Example: DP-1, Dell U2722DE
width
height
border_offset
border_size
bar_padding
anchor
Example: bottom right
margin
SECTION: style.*¶
border_color
background_color
bar_color
overflow_bar_color
overflow_background_color
overflow_border_color
EXAMPLE¶
timeout = 1000 max = 100 bar_color = FFFFFF [output.left] name = DP-1 [output.ips] match = DELL U2722DE width = 200 height = 30 [style.muted] background_color = 032cfc
See also¶
| 2025-06-04 |