- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 921
 
Module: Privacy
        Sonter edited this page Jun 22, 2025 
        ·
        2 revisions
      
    The privacy module displays if any application is capturing audio, sharing the screen or playing audio.
Addressed by privacy
| option | typeof | default | description | 
|---|---|---|---|
icon-spacing | 
integer | 4 | 
The spacing between each privacy icon. | 
icon-size | 
integer | 20 | 
The size of each privacy icon. | 
transition-duration | 
integer | 250 | 
The reveal and hide transition duration | 
modules | 
array of objects | [{"type": "screenshare"}, {"type": "audio-in"}] | 
Which privacy modules to monitor. See Modules Configuration for more information. | 
expand | 
bool | false | 
Enables this module to consume all left over space dynamically. | 
ignore-monitor | 
bool | true | 
Ignore streams with stream.monitor property. | 
ignore | 
array of objects | [] | 
Additional streams to be ignored. See Ignore Configuration for more information. | 
| option | typeof | default | description | 
|---|---|---|---|
type | 
string | Can be screenshare, audio-in, or audio-out
 | 
Specifies which module to use and configure. | 
tooltip | 
bool | true | 
Option to disable tooltip on hover. | 
tooltip-icon-size | 
integer | 24 | 
The size of each icon in the tooltip. | 
| option | typeof | 
|---|---|
type | 
string | 
name | 
string | 
- #privacy
 - #privacy-item
 - #privacy-item.screenshare
 - #privacy-item.audio-in
 - #privacy-item.audio-out
 
- Home
 - Installation
 - Configuration
 - Styling
 - Examples
 - FAQ
 - Modules:
- Backlight/Slider
 - Backlight
 - Battery
 - Bluetooth
 - CPU
 - Cava
 - CFFI
 - Clock
 - Custom
 - DWL
 - Disk
 - Gamemode
 - Group
 - Hyprland
 - Idle Inhibitor
 - Image
 - JACK
 - Keyboard State
 - Language
 - Load
 - MPD
 - MPRIS
 - Memory
 - Network
 - Niri
 - Power Profiles Daemon
 - Privacy
 - PulseAudio/Slider
 - PulseAudio
 - River
 - Sndio
 - Sway
 - Systemd failed units
 - Taskbar
 - Temperature
 - Tray
 - UPower
 - User
 - WirePlumber
 - Workspaces
 
 - Writing Modules