This commit is contained in:
josh
2018-08-26 12:57:57 +03:00
parent 283a41e39a
commit 5c1d7a61c0
70 changed files with 322 additions and 1335 deletions

View File

@@ -13,12 +13,12 @@ case $1 in
pkill -RTMIN+2 i3blocks
;;
"lower")
mpc volume -5
mpc volume -2
notify-send -t 250 "VOL: $(mpc volume | awk '{match($2,"[0-9]*",a)}END{print a[0]}')"
pkill -RTMIN+2 i3blocks
;;
"raise")
mpc volume +5
mpc volume +2
notify-send -t 250 "VOL: $(mpc volume | awk '{match($2,"[0-9]*",a)}END{print a[0]}')"
pkill -RTMIN+2 i3blocks
;;