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
output_mode
whitelist: show wob only on outputs defined in output.* sections of config file
all: show wob on all available outputs
focused: show wob on compositor default (focused) output
orientation
width and height is kept as is, you most likely want to set height greater than width in vertical mode
SECTION: output.*
This section will be used in future releases of wob to provide per output configuration. Currently this servers only as list of outputs to show wob on in whitelist mode.
Replace * with user friendly name of your choosing.
name
Example: DP-1
SECTION: style.*
border_color
background_color
bar_color
overflow_bar_color
overflow_background_color
overflow_border_color
EXAMPLE
timeout = 1000 max = 100 output_mode = whitelist bar_color = FFFFFF [output.left] name = DP-1 [output.ips] name = HDMI-1 [style.muted] background_color = 032cfc
See also
2024-07-07 |