diff options
| author | BardofSprites <[email protected]> | 2026-04-01 17:44:48 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2026-04-01 17:46:10 -0400 |
| commit | cbcf7d61f70de90b8f076fd0178473166675777e (patch) | |
| tree | 7d1b0046f7854113f8573c2bac1ea543827fe7a4 /bin | |
| parent | 2d1df1f5ed196a67bbc3ee2b3e985fcb7bc60532 (diff) | |
switch to ffplay
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/.local/bin/scripts/alert | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/.local/bin/scripts/alert b/bin/.local/bin/scripts/alert index 91db341..6d6f4e5 100755 --- a/bin/.local/bin/scripts/alert +++ b/bin/.local/bin/scripts/alert @@ -1,3 +1,2 @@ #!/bin/sh - -pw-cat --playback --volume 0.75 $HOME/.local/bin/scripts/bell.mp3 +ffplay -nodisp -autoexit -volume 15 "$HOME/.local/bin/scripts/bell.mp3" 2>/dev/null |
