From 7edf4a579e9beb577506143ab1b5f8d87ce1519c Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 20 Mar 2023 16:16:34 +0530 Subject: font: switch to font awesome for fonts --- .local/bin/audio_mutemic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/audio_mutemic') 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" -- cgit v1.2.3