dotfiles/system/bin/increase_volume.sh
Severin Kaderli cd781c174e Reroganize repository
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
2018-12-12 21:41:12 +01:00

4 lines
93 B
Bash
Executable file

#!/bin/bash
if [[ $(pamixer --get-volume) -lt 150 ]]; then
pamixer -i 5 --allow-boost
fi