.\" Generated by scdoc 1.11.2 .\" 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.ini" "5" "2022-11-21" .P .SH NAME .P wob.\&ini - wob configuration file .P You can run `wob -vv` to find the default values.\& .P .SH SECTION: default .P \fBtimeout\fR .RS 4 Timeout after which wob hides itself, in milliseconds.\& .P .RE \fBmax\fR .RS 4 This value will be represented as fully filled bar.\& .P .RE \fBwidth\fR .RS 4 Width of wob, in pixels.\& .P .RE \fBheight\fR .RS 4 Height of wob, in pixels.\& .P .RE \fBborder_offset\fR .RS 4 Border offset, in pixels.\& .P .RE \fBborder_size\fR .RS 4 Border size, in pixels.\& .P .RE \fBbar_padding\fR .RS 4 Bar padding, in pixels.\& .P .RE \fBanchor\fR .RS 4 Anchor point, combination of \fBtop\fR, \fBleft\fR, \fBright\fR, \fBbottom\fR, \fBcenter\fR.\& .P Example: \fBbottom\fR \fBright\fR .P .RE \fBmargin\fR .RS 4 Anchor margin, in pixels.\& .P .RE \fBborder_color\fR .RS 4 Border color, in RRGGBB[AA] format.\& .P .RE \fBbackground_color\fR .RS 4 Background color, in RRGGBB[AA] format.\& .P .RE \fBbar_color\fR .RS 4 Bar color, in RRGGBB[AA] format.\& .P .RE \fBoverflow_mode\fR .RS 4 Overflow mode, one of \fBwrap\fR, and \fBnowrap\fR.\& .P \fBwrap\fR: wrap value so \fBmax\fR + 20 will be displayed as 20 .P \fBnowrap\fR values > \fBmax\fR will be displayed as just \fBmax\fR .P .RE \fBoverflow_bar_color\fR .RS 4 Overflow bar color, in RRGGBB[AA] format.\& .P .RE \fBoverflow_background_color\fR .RS 4 Overflow background color, in RRGGBB[AA] format.\& .P .RE \fBoverflow_border_color\fR .RS 4 Overflow border color, in RRGGBB[AA] format.\& .P .RE \fBoutput_mode\fR .RS 4 Output mode, one of \fBwhitelist\fR, \fBall\fR, \fBfocused\fR.\& .P \fBwhitelist\fR: show wob only on outputs defined in \fBoutput.\&*\fR sections of config file .P \fBall\fR: show wob on all available outputs .P \fBfocused\fR: show wob on compositor default (focused) output .P .RE .SH SECTION: output.* .P This section will be used in future releases of wob to provide per output configuration.\& Currently this servers only as list of outputs to show wob on in \fBwhitelist\fR mode.\& .P Replace \fB*\fR with user friendly name of your choosing.\& .P \fBname\fR .RS 4 Output name.\& .P Example: DP-1 .P .RE .SH EXAMPLE .P .nf .RS 4 timeout = 1000 max = 100 output_mode = whitelist bar_color = FFFFFF [output\&.left] name = DP-1 [output\&.ips] name = HDMI-1 .fi .RE .P .SH See also .P \fBwob\fR(1)