Skip to content

Latest commit

 

History

History
84 lines (52 loc) · 1.83 KB

wob.1.scd

File metadata and controls

84 lines (52 loc) · 1.83 KB

wob(1)

NAME

wob - Wayland Overlay Bar

DESCRIPTION

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

SYNOPSIS

wob [options...]

OPTIONS

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

--version Show the version number and quit.

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

-t --timeout Hide wob after milliseconds, defaults to 1000.

-m --max <%> Define the maximum percentage, defaults to 100.

-W --width Define bar width in pixels, defaults to 400.

-H --height Define bar height in pixels, defaults to 50.

-o --offset Define border offset in pixels, defaults to 4.

-b --border Define border size in pixels, defaults to 4.

-p --padding Define bar padding in pixels, defaults to 4.

-a --anchor Define anchor point, one of 'top', 'left', 'right', 'bottom', 'center' (default). May be specified multiple times.

-M --margin Define anchor margin in pixels, defaults to 0.

-O --output Define output to show bar on or '*' for all. If ommited, focused output is chosen. May be specified multiple times.

--border-color <#AARRGGBB> Define border color, defaults to #FFFFFFFF.

--background-color <#AARRGGBB> Define background color, defaults to #FF000000.

--bar-color <#AARRGGBB> Define bar color, defaults to #FFFFFFFF.

USAGE

Wob reads values to display from standart input in the following formats:

or

<#background_color> <#border_color> <#bar_color>

Where is number in interval from 0 to --max and <#*color> is color in #AARRGGBB format.

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 or strace.