wob.ini(5) | File Formats Manual | wob.ini(5) |
wob.ini - wob configuration file
You can run `wob -vv` to find the default values.
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
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
timeout = 1000 max = 100 output_mode = whitelist bar_color = FFFFFF [output.left] name = DP-1 [output.ips] name = HDMI-1
2022-11-21 |