wob(1) | General Commands Manual | wob(1) |
wob - Wayland Overlay Bar
wob is a lightweight overlay volume/backlight/progress/anything bar for Wayland.
wob [options...]
-c, --config <file>
-v, --verbose
-V, --version
-h, --help
wob reads values to display from standard input in the following formats:
<value>
or
<value> <background_color> <border_color> <bar_color>
Where <value> is number in interval from 0 to max and <*color> is color in RRGGBB[AA] format.
wob searches for a config file in the following locations, in this order:
1. $XDG_CONFIG_HOME/wob/wob.ini 2. ~/.config/wob/wob.ini
For information on the config file format, see wob.ini(5).
The following environment variables have an effect on wob:
WOB_DISABLE_PLEDGE
2022-11-21 |