the semicolons....

This commit is contained in:
2026-01-06 22:16:41 -08:00
parent ef8a514836
commit 27f1fde4e1

View File

@ -3,11 +3,11 @@ INCREMENT="2"
case $1 in
"up")
wpctl set-volume @DEFAULT_SINK@ $INCREMENT%+
wpctl set-volume @DEFAULT_SINK@ $INCREMENT%+;;
"down")
wpctl set-volume @DEFAULT_SINK@ $INCREMENT%-
wpctl set-volume @DEFAULT_SINK@ $INCREMENT%-;;
"mute")
wpctl set-mute @DEFAULT_SINK@ toggle
wpctl set-mute @DEFAULT_SINK@ toggle;;
esac
kill -RTMIN+1 $(pidof dwmblocks)