Files
dots/gui/.config/waybar/modules/privacy.jsonc
T
2026-08-13 01:11:41 +02:00

20 lines
424 B
JSON

{
"privacy": {
"icon-size": 18,
"icon-spacing": 5,
"transition-duration": 250,
"modules": [
{
"type": "screenshare",
"tooltip": true,
"tooltip-icon-size": 24
},
{
"type": "audio-in",
"tooltip": true,
"tooltip-icon-size": 24
}
]
}
}