the semicolons....
This commit is contained in:
@ -3,11 +3,11 @@ INCREMENT="2"
|
|||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
"up")
|
"up")
|
||||||
wpctl set-volume @DEFAULT_SINK@ $INCREMENT%+
|
wpctl set-volume @DEFAULT_SINK@ $INCREMENT%+;;
|
||||||
"down")
|
"down")
|
||||||
wpctl set-volume @DEFAULT_SINK@ $INCREMENT%-
|
wpctl set-volume @DEFAULT_SINK@ $INCREMENT%-;;
|
||||||
"mute")
|
"mute")
|
||||||
wpctl set-mute @DEFAULT_SINK@ toggle
|
wpctl set-mute @DEFAULT_SINK@ toggle;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
kill -RTMIN+1 $(pidof dwmblocks)
|
kill -RTMIN+1 $(pidof dwmblocks)
|
||||||
|
|||||||
Reference in New Issue
Block a user