Minor EWW script cleanup
This commit is contained in:
parent
287df92d65
commit
abbd3df78b
5 changed files with 23 additions and 35 deletions
|
@ -3,10 +3,7 @@
|
|||
DELTA="1%"
|
||||
|
||||
case "$1" in
|
||||
"up") pactl set-sink-volume @DEFAULT_SINK@ +"$DELTA"
|
||||
;;
|
||||
"down") pactl set-sink-volume @DEFAULT_SINK@ -"$DELTA"
|
||||
;;
|
||||
*) exit 1
|
||||
;;
|
||||
up) pactl set-sink-volume @DEFAULT_SINK@ +"$DELTA";;
|
||||
down) pactl set-sink-volume @DEFAULT_SINK@ -"$DELTA";;
|
||||
*) exit 1;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue