From 27f1fde4e1afc56ded1ba8a0222f042cb2d00c70 Mon Sep 17 00:00:00 2001 From: pants Date: Tue, 6 Jan 2026 22:16:41 -0800 Subject: [PATCH] the semicolons.... --- bin/volumectl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/volumectl b/bin/volumectl index 187b932..4cde9fa 100755 --- a/bin/volumectl +++ b/bin/volumectl @@ -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)