diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-27 13:02:18 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-27 13:02:18 +0900 |
| commit | 816475928f186a6ff4486a3d1138a78ffcffd898 (patch) | |
| tree | d0b2b3c7c066364238a174c603c76cb2de93f9d1 /config/hypr/scripts/Volume.sh | |
| parent | 9e7b47f1b8dafbfadee3863355b3785384ffe436 (diff) | |
refer to my previous commit message
Diffstat (limited to 'config/hypr/scripts/Volume.sh')
| -rwxr-xr-x | config/hypr/scripts/Volume.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config/hypr/scripts/Volume.sh b/config/hypr/scripts/Volume.sh index c5eab801..a51999df 100755 --- a/config/hypr/scripts/Volume.sh +++ b/config/hypr/scripts/Volume.sh @@ -24,8 +24,7 @@ get_icon() { # Notify notify_user() { -# notify-send -h string:x-canonical-private-synchronous:sys-notify -u normal -i "$(get_icon)" "Volume : $(get_volume) %" - notify-send -h int:value:$(get_volume) -h "string:x-dunst-stack-tag:volume_notif" -u low -i "$(get_icon)" "Volume : $(get_volume) %" + dunstify -h int:value:$(get_volume) -h "string:x-dunst-stack-tag:volume_notif" -u low -i "$(get_icon)" "Volume : $(get_volume) %" } @@ -71,8 +70,7 @@ get_mic_icon() { } # Notify notify_mic_user() { -# notify-send -h string:x-canonical-private-synchronous:sys-notify -u low -i "$(get_mic_icon)" "Mic-Level : $(pamixer --default-source --get-volume) %" - notify-send -h int:value:$(pamixer --default-source --get-volume) -h "string:x-dunst-stack-tag:volume_notif" -u low -i "$(get_mic_icon)" "Mic-Level : $(pamixer --default-source --get-volume) %" + dunstify -h int:value:$(pamixer --default-source --get-volume) -h "string:x-dunst-stack-tag:volume_notif" -u low -i "$(get_mic_icon)" "Mic-Level : $(pamixer --default-source --get-volume) %" } # Increase MIC Volume |
