commit 8a8df6af6f6078af928779d8409dd415d0b43579 parent 65203fb7b682742eed931360cd255070c5ef8845 Author: Robert Russell <robert@rr3.xyz> Date: Tue, 28 Jul 2026 10:36:28 -0700 Fix volume_set Diffstat:
| M | volume_set | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/volume_set b/volume_set @@ -1,4 +1,4 @@ #!/bin/sh [ $# -eq 1 ] || { echo "usage: $0 VOLUME" >&2; exit 1; } pactl set-sink-volume @DEFAULT_SINK@ $1 -statusupd +status_update