aboutsummaryrefslogtreecommitdiffstats
path: root/modules/custom/privacy_dots.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/custom/privacy_dots.jsonc')
-rw-r--r--modules/custom/privacy_dots.jsonc12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/custom/privacy_dots.jsonc b/modules/custom/privacy_dots.jsonc
new file mode 100644
index 0000000..30d86b3
--- /dev/null
+++ b/modules/custom/privacy_dots.jsonc
@@ -0,0 +1,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
+ }
+}