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:
@@ -7,7 +7,6 @@
|
|||||||
"modules-right": [
|
"modules-right": [
|
||||||
"tray",
|
"tray",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"custom/mic-state",
|
|
||||||
"sway/language",
|
"sway/language",
|
||||||
"network",
|
"network",
|
||||||
"backlight",
|
"backlight",
|
||||||
@@ -27,16 +26,6 @@
|
|||||||
"format-muted": "MUTE",
|
"format-muted": "MUTE",
|
||||||
"on-click": "pavucontrol"
|
"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": {
|
"sway/language": {
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user