1
0
Fork 0

waybar: Add media privacy icons

This commit is contained in:
Jeremy Kaplan 2024-06-16 23:49:19 -04:00
commit 904d0e37f2

View file

@ -8,6 +8,7 @@
], ],
"modules-center": [], "modules-center": [],
"modules-right": [ "modules-right": [
"privacy",
"tray", "tray",
"idle_inhibitor", "idle_inhibitor",
"network", "network",
@ -65,4 +66,11 @@
}, },
"on-click": "pavucontrol", "on-click": "pavucontrol",
}, },
"privacy": {
"modules": [
{ "type": "screenshare" },
{ "type": "audio-in" },
{ "type": "audio-out" },
]
},
} }