diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2024-04-20 00:01:45 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2024-04-20 00:02:06 +0900 |
| commit | d1b151fe3778b38b53fb9288b024b37fdccb6c27 (patch) | |
| tree | f5fdb8858ab4d651df7e2b89a8ed81f33390e1ed /config/hypr | |
| parent | 3aadf05460bf5ec11eb6c5e978f42b4bc6111998 (diff) | |
updated volume.sh
Diffstat (limited to 'config/hypr')
| -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 37a0603b..d2fef87e 100755 --- a/config/hypr/scripts/Volume.sh +++ b/config/hypr/scripts/Volume.sh @@ -44,7 +44,7 @@ inc_volume() { if [ "$(pamixer --get-mute)" == "true" ]; then toggle_mute else - pamixer -i 5 && notify_user + pamixer -i 5 --allow-boost --set-limit 150 && notify_user fi } |
