idk some tweaks for awesome

This commit is contained in:
Chris Cochrun 2023-03-09 09:50:28 -06:00
parent fafda7d7ad
commit 35f62562e9
5 changed files with 19 additions and 9 deletions

View file

@ -3,11 +3,11 @@
# killall volup
# killall voldown
pamixer --allow-boost -d 5
pw-play /run/current-system/sw/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}')
echo $volume > /tmp/vol
eww open volume
eww open volume &
sleep 3

View file

@ -3,11 +3,11 @@
# killall volup
# killall voldown
pamixer --allow-boost -i 5
pw-play /run/current-system/sw/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}')
echo $volume > /tmp/vol
eww open volume
eww open volume &
sleep 3