diff --git a/waybar/config b/waybar/config index 3707b2d..dcf952f 100644 --- a/waybar/config +++ b/waybar/config @@ -8,6 +8,7 @@ ], "modules-center": [], "modules-right": [ + "privacy", "tray", "idle_inhibitor", "network", @@ -65,4 +66,11 @@ }, "on-click": "pavucontrol", }, + "privacy": { + "modules": [ + { "type": "screenshare" }, + { "type": "audio-in" }, + { "type": "audio-out" }, + ] + }, }