some additions

This commit is contained in:
Chris Cochrun 2023-06-01 09:46:43 -05:00
parent 95ca496310
commit 3830eef1f4
3 changed files with 1813 additions and 0 deletions

1798
mpv/scripts/clip.lua Normal file

File diff suppressed because it is too large Load diff

View file

@ -13,6 +13,7 @@ with lib;
hunspellDicts.en_US hunspellDicts.en_US
transmission transmission
openssh openssh
openssl
ark ark
ifuse ifuse
dash dash

14
scripts/volchange Normal file
View 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