aboutsummaryrefslogtreecommitdiffstats
path: root/modules/custom/privacy_dots.jsonc
blob: 30d86b3475df02670b49bd9396bae3a6f517a840 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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
	}
}