make sure we are using where the sound is actually found
This commit is contained in:
parent
fe348d6fe6
commit
cff1e8c05b
|
@ -4,7 +4,7 @@
|
||||||
# killall voldown
|
# killall voldown
|
||||||
dunstctl close
|
dunstctl close
|
||||||
pamixer --allow-boost -d 5
|
pamixer --allow-boost -d 5
|
||||||
pw-play ~/.guix-home/profile/share/sounds/freedesktop/stereo/audio-volume-change.oga &
|
pw-play /run/current-system/sw/share/sounds/freedesktop/stereo/audio-volume-change.oga &
|
||||||
volume=$(pulsemixer --get-volume | awk '{print $1}')
|
volume=$(pulsemixer --get-volume | awk '{print $1}')
|
||||||
echo $volume > /tmp/vol
|
echo $volume > /tmp/vol
|
||||||
notify-send $volume
|
notify-send $volume
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# killall voldown
|
# killall voldown
|
||||||
dunstctl close
|
dunstctl close
|
||||||
pamixer --allow-boost -i 5
|
pamixer --allow-boost -i 5
|
||||||
pw-play ~/.guix-home/profile/share/sounds/freedesktop/stereo/audio-volume-change.oga &
|
pw-play /run/current-system/sw/share/sounds/freedesktop/stereo/audio-volume-change.oga &
|
||||||
volume=$(pulsemixer --get-volume | awk '{print $1}')
|
volume=$(pulsemixer --get-volume | awk '{print $1}')
|
||||||
echo $volume > /tmp/vol
|
echo $volume > /tmp/vol
|
||||||
notify-send $volume
|
notify-send $volume
|
||||||
|
|
Loading…
Reference in a new issue