dotfiles/scripts/volchange
2023-06-01 09:46:43 -05:00

14 lines
283 B
Bash

#!/bin/sh
# killall volup
# killall voldown
pamixer --allow-boost -i 5
pw-play /run/current-system/sw/share/sounds/freedesktop/stereo/audio-volume-change.oga &
volume=$(pulsemixer --get-volume | awk '{print $1}')
echo $volume > /tmp/vol
eww open volume &
sleep 3
eww close volume