commit aead0c900b21ea02ef9c1bb80d0fb93ae965cb8f
parent f2b60f5db7d9b5837e30e3635a265ff6eec9b984
Author: JayVii <jayvii[AT]noreply[DOT]localhost>
Date: Thu, 17 Sep 2020 22:32:33 +0200
FIXME: set both sinks to full volume
dirty. future JayVii handles this properly.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/alarm.sh b/alarm.sh
@@ -15,6 +15,7 @@ fi
# turn up volume
if [ $fullvolume == 1 ]; then
pactl set-sink-volume 0 0.99 # not really sure why, but it works...
+ pactl set-sink-volume 1 0.99 # can be either apparently...
fi
# Function: ring alarm -------------------------------------------------