diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-04-20 00:04:20 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-20 00:04:20 +0900 |
| commit | b85724e90cf7381971700a1d28afa24b1276bc9d (patch) | |
| tree | f5fdb8858ab4d651df7e2b89a8ed81f33390e1ed /config | |
| parent | db03332ee21596fa240747f46a2214a7570ab7ee (diff) | |
| parent | e2a793b8df16421142f590d16061d3ce9f020cf9 (diff) | |
Merge pull request #201 from JaKooLit/development
updated volume.sh
Diffstat (limited to 'config')
| -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 } |
