diff options
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/audio_mutemic | 2 | ||||
-rwxr-xr-x | .local/bin/linkhandler | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/.local/bin/linkhandler b/.local/bin/linkhandler index f641419..361a09f 100755 --- a/.local/bin/linkhandler +++ b/.local/bin/linkhandler @@ -3,7 +3,7 @@ note() { command -v notify-send > /dev/null && - notify-send " linkhandler" "$1" + notify-send " linkhandler" "$1" } main() |