aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config')
-rw-r--r--dot_config/waybar/config.jsonc11
1 files changed, 11 insertions, 0 deletions
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 },
+ ],
+ },
}