diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-19 18:22:28 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-19 18:22:28 +0900 |
| commit | 2398cb234ad450dcec0e41a235c7137c3d0f831a (patch) | |
| tree | 7e7e93374d7e811abae601d2aa7b1fd5aacbc211 /config/hypr/scripts/Volume.sh | |
| parent | 297144b5dd1b08819276840c138c01c584689165 (diff) | |
update on scripts for better notification via swaync
Diffstat (limited to 'config/hypr/scripts/Volume.sh')
| -rwxr-xr-x | config/hypr/scripts/Volume.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/Volume.sh b/config/hypr/scripts/Volume.sh index ac1367b7..af7192c2 100755 --- a/config/hypr/scripts/Volume.sh +++ b/config/hypr/scripts/Volume.sh @@ -60,7 +60,7 @@ dec_volume() { # Toggle Mute toggle_mute() { if [ "$(pamixer --get-mute)" == "false" ]; then - pamixer -m && notify-send -e -u low -i "$iDIR/volume-mute.png" " Muted" + pamixer -m && notify-send -e -u low -i "$iDIR/volume-mute.png" " Mute" elif [ "$(pamixer --get-mute)" == "true" ]; then pamixer -u && notify-send -e -u low -i "$(get_icon)" " Volume:" " Switched ON" fi |
