.dotfiles/.config/waybar/modules/privacy.jsonc
2026-01-18 21:08:16 -07:00

29 lines
478 B
Plaintext

{
"privacy": {
"icon-spacing": 5,
// "icon-size": 18, // Dynamically generated
"transition-duration": 250,
"modules": [
{
"type": "screenshare",
"tooltip": true
},
{
"type": "audio-in",
"tooltip": true
}
],
"ignore-monitor": true,
"ignore": [
{
"type": "audio-in",
"name": "cava"
},
{
"type": "screenshare",
"name": "obs"
}
]
}
}