.\" Generated by scdoc 1.11.3 .\" 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 "waybar-privacy" "5" "2024-05-06" .PP .SH NAME .PP waybar - privacy module .PP .SH DESCRIPTION .PP The \fBprivacy\fR module displays if any application is capturing audio, sharing .br the screen or playing audio.\& .PP .SH CONFIGURATION .PP \fBicon-spacing\fR: .br typeof: integer .br default: 4 .br The spacing between each privacy icon.\& .PP \fBicon-size\fR: .br typeof: integer .br default: 20 .br The size of each privacy icon.\& .PP \fBtransition-duration\fR: .br typeof: integer .br default: 250 .br Option to disable tooltip on hover.\& .PP \fBmodules\fR .br typeof: array of objects .br default: [{"type": "screenshare"}, {"type": "audio-in"}] .br Which privacy modules to monitor.\& See \fBMODULES CONFIGURATION\fR for .br more information.\& .PP .SH MODULES CONFIGURATION .PP \fBtype\fR: .br typeof: string .br values: "screenshare", "audio-in", "audio-out" .br Specifies which module to use and configure.\& .PP \fBtooltip\fR: .br typeof: bool .br default: true .br Option to disable tooltip on hover.\& .PP \fBtooltip-icon-size\fR: .br typeof: integer .br default: 24 .br The size of each icon in the tooltip.\& .PP .SH EXAMPLES .PP .nf .RS 4 "privacy": { "icon-spacing": 4, "icon-size": 18, "transition-duration": 250, "modules": [ { "type": "screenshare", "tooltip": true, "tooltip-icon-size": 24 }, { "type": "audio-out", "tooltip": true, "tooltip-icon-size": 24 }, { "type": "audio-in", "tooltip": true, "tooltip-icon-size": 24 } ] }, .fi .RE .PP .SH STYLE .PP .PD 0 .IP \(bu 4 \fB#privacy\fR .IP \(bu 4 \fB#privacy-item\fR .IP \(bu 4 \fB#privacy-item.\&screenshare\fR .IP \(bu 4 \fB#privacy-item.\&audio-in\fR .IP \(bu 4 \fB#privacy-item.\&audio-out\fR