remove mic-state module

it was draining battery of my new laptop.
so i need to find other way to display if my mic is muted or not
This commit is contained in:
2022-06-12 00:09:48 +03:00
parent 4c20ca38af
commit ff525cd9ca

View File

@@ -7,7 +7,6 @@
"modules-right": [
"tray",
"pulseaudio",
"custom/mic-state",
"sway/language",
"network",
"backlight",
@@ -27,16 +26,6 @@
"format-muted": "MUTE",
"on-click": "pavucontrol"
},
"custom/mic-state": {
"exec": "~/dotfiles/bin/mic-state.sh",
"format": "{icon}",
"return-type": "json",
"restart-interval": 0,
"format-icons": {
"yes": "",
"no": ""
}
},
"sway/language": {
"tooltip": false
},