logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wob - Wayland Overlay Bar

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).

Description

       wob is a lightweight overlay volume/backlight/progress/anything bar for Wayland.

Environment

       The following environment variables have an effect on wob:

       WOB_DISABLE_PLEDGE
           Disable seccomp syscall filtering on Linux. Set this if you are having trouble running wob with tools
           like valgrind.

                                                   2022-11-21                                             wob(1)

Name

       wob - Wayland Overlay Bar

Options

-c,--config<file>
           Configuration file location.

       -v,--verbose
           Increase verbosity of messages, defaults to errors and warnings only.

       -V,--version
           Show the version number and quit.

       -h,--help
           Show help message and quit.

Synopsis

wob [options...]

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.

See Also