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-right": [
"privacy",
"tray",
"idle_inhibitor",
"network",
@ -65,4 +66,11 @@
},
"on-click": "pavucontrol",
},
"privacy": {
"modules": [
{ "type": "screenshare" },
{ "type": "audio-in" },
{ "type": "audio-out" },
]
},
}