.\" Generated by scdoc 1.11.1 .\" Complete documentation for this program is not available as a GNU info page .ie \n(.g .ds Aq \(aq .el .ds Aq ' .nh .ad l .\" Begin generated content: .TH "wob" "1" "2021-02-14" .P .SH NAME .P wob - Wayland Overlay Bar .P .SH DESCRIPTION .P wob is a lightweight overlay volume/backlight/progress/anything bar for Wayland.\& .P .SH SYNOPSIS .P \fBwob\fR [options.\&.\&.\&] .P .SH OPTIONS .P \fB-h, --help\fR .RS 4 Show help message and quit.\& .P .RE \fB--version\fR .RS 4 Show the version number and quit.\& .P .RE \fB-v\fR .RS 4 Increase verbosity of messages, defaults to errors and warnings only.\& .P .RE \fB-t --timeout\fR .RS 4 Hide wob after milliseconds, defaults to 1000.\& .P .RE \fB-m --max\fR <%> .RS 4 Define the maximum percentage, defaults to 100.\& .P .RE \fB-W --width\fR .RS 4 Define bar width in pixels, defaults to 400.\& .P .RE \fB-H --height\fR .RS 4 Define bar height in pixels, defaults to 50.\& .P .RE \fB-o --offset\fR .RS 4 Define border offset in pixels, defaults to 4.\& .P .RE \fB-b --border\fR .RS 4 Define border size in pixels, defaults to 4.\& .P .RE \fB-p --padding\fR .RS 4 Define bar padding in pixels, defaults to 4.\& .P .RE \fB-a --anchor\fR .RS 4 Define anchor point, one of 'top', 'left', 'right', 'bottom', 'center' (default).\& May be specified multiple times.\& .P .RE \fB-M --margin\fR .RS 4 Define anchor margin in pixels, defaults to 0.\& .P .RE \fB-O --output\fR .RS 4 Define output to show bar on or '*' for all.\& If ommited, focused output is chosen.\& May be specified multiple times.\& .P .RE \fB--border-color\fR <#AARRGGBB> .RS 4 Define border color, defaults to #FFFFFFFF.\& .P .RE \fB--background-color\fR <#AARRGGBB> .RS 4 Define background color, defaults to #FF000000.\& .P .RE \fB--bar-color\fR <#AARRGGBB> .RS 4 Define bar color, defaults to #FFFFFFFF.\& .P .RE .SH USAGE .P Wob reads values to display from standart input in the following formats: .P .P or .P <#background_color> <#border_color> <#bar_color> .P Where is number in interval from 0 to \fB--max\fR and <#*color> is color in #AARRGGBB format.\& .P .SH ENVIRONMENT .P The following environment variables have an effect on wob: .P \fBWOB_DISABLE_PLEDGE\fR .RS 4 Disable seccomp syscall filtering on Linux.\& Set this if you are having trouble running wob with tools like valgrind or strace.\&