table of contents
wob(1) | General Commands Manual | wob(1) |
NAME¶
wob - Wayland Overlay Bar
DESCRIPTION¶
wob is a lightweight overlay volume/backlight/progress/anything bar for Wayland.
SYNOPSIS¶
wob [options...]
OPTIONS¶
-c, --config <file>
-v, --verbose
-V, --version
-h, --help
USAGE¶
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.
CONFIGURATION¶
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).
ENVIRONMENT¶
The following environment variables have an effect on wob:
WOB_DISABLE_PLEDGE
2022-11-21 |