add volume limit

This commit is contained in:
frosty 2024-09-09 22:02:28 -04:00
parent 4711ad2416
commit 7316c70050

View file

@ -12,7 +12,7 @@ if [ "$action" = "toggle" ]; then
wpctl set-mute "$SINK" toggle
else
wpctl set-mute "$SINK" 0
wpctl set-volume "$SINK" "$action"
wpctl set-volume "$SINK" -l 1 "$action"
fi
pkill -RTMIN+"$STATUSBAR_SIGNAL" "$STATUSBAR"