some additions
This commit is contained in:
parent
95ca496310
commit
3830eef1f4
1798
mpv/scripts/clip.lua
Normal file
1798
mpv/scripts/clip.lua
Normal file
File diff suppressed because it is too large
Load diff
|
@ -13,6 +13,7 @@ with lib;
|
|||
hunspellDicts.en_US
|
||||
transmission
|
||||
openssh
|
||||
openssl
|
||||
ark
|
||||
ifuse
|
||||
dash
|
||||
|
|
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…
Reference in a new issue