diff options
Diffstat (limited to 'config/polybar')
-rw-r--r-- | config/polybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/polybar/config b/config/polybar/config index 6c370a6..e1fcd5b 100644 --- a/config/polybar/config +++ b/config/polybar/config @@ -138,7 +138,7 @@ label-muted = "%{T3} %{T-}--%" [module/microphone] type = custom/script -exec = amixer get Capture | tail -2 | grep -q off && && echo "" || echo "" +exec = amixer get Capture | tail -2 | grep -q off && echo "" || echo "" interval = 1 click-left = $HOME/.scripts/toggle-mute.sh |