// A dot per active capture: microphone, camera, location, screen sharing.
// Shows nothing when everything is off, which is the point. The script is in
// this repo and symlinked into ~/bin, so the colours follow the palette.
{
"custom/privacy_dots": {
"exec": "$HOME/bin/privacy_dots.sh",
"interval": 3,
"return-type": "json",
"format": "{}",
"tooltip": true
}
}