From 8bd48cee6cda315501db1697bc8101ec42b5cc88 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:18 +0100 Subject: feat(waybar): add privacy module (mic/cam/screen indicator) Shows icons while any app holds the microphone or a screen-share source via PipeWire. No new deps on a PipeWire system. --- dot_config/waybar/config.jsonc | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'dot_config/waybar/config.jsonc') diff --git a/dot_config/waybar/config.jsonc b/dot_config/waybar/config.jsonc index 96fe29c..45d0bfc 100644 --- a/dot_config/waybar/config.jsonc +++ b/dot_config/waybar/config.jsonc @@ -16,6 +16,7 @@ "battery", "clock", "idle_inhibitor", + "privacy", "tray", ], @@ -141,4 +142,14 @@ }, "tooltip": true, }, + + "privacy": { + "icon-spacing": 4, + "icon-size": 14, + "transition-duration": 250, + "modules": [ + { "type": "screenshare", "tooltip": true }, + { "type": "audio-in", "tooltip": true }, + ], + }, } -- cgit v1.3.1