idk some tweaks for awesome
This commit is contained in:
parent
fafda7d7ad
commit
35f62562e9
5 changed files with 19 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue