some additions
This commit is contained in:
parent
95ca496310
commit
3830eef1f4
3 changed files with 1813 additions and 0 deletions
14
scripts/volchange
Normal file
14
scripts/volchange
Normal file
|
@ -0,0 +1,14 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue