Mises à jour diverses

This commit is contained in:
Breizh 2021-01-26 19:45:45 +01:00
parent b16bf69135
commit 0b3976c9c4
3 changed files with 8 additions and 10 deletions
.i3blocks

View file

@ -18,8 +18,8 @@ case $BLOCK_BUTTON in
1) mpc -q prev ;;
2) mpc -q toggle ;;
3) mpc -q next ;;
4) mpc -q volume +2 ;;
5) mpc -q volume -2 ;;
#4) mpc -q volume +2 ;;
#5) mpc -q volume -2 ;;
#?*) notify-send "Test" "$BLOCK_BUTTON" ;;
esac