summaryrefslogtreecommitdiff
path: root/.local/bin/audio_mutemic
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/audio_mutemic')
-rwxr-xr-x.local/bin/audio_mutemic2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/audio_mutemic b/.local/bin/audio_mutemic
index 1a2f01a..60023a9 100755
--- a/.local/bin/audio_mutemic
+++ b/.local/bin/audio_mutemic
@@ -7,7 +7,7 @@ wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
command -v notify-send > /dev/null || exit
case "$(wpctl get-volume @DEFAULT_AUDIO_SOURCE@)" in
*\[MUTED\])
- notify-send " muted" "microphone is muted"
+ notify-send " muted" "microphone is muted"
;;
*)
notify-send " unmuted" "microphone is unmuted"