Update tetosong

This commit is contained in:
2026-04-24 11:10:22 -04:00
parent c4d479f161
commit 02d064ceef

View File

@@ -40,11 +40,11 @@ if ! [ -x "$(command -v fortune)" ]; then
if [ "$AUDIO" = "YES" ]; then
nohup ffplay -nodisp -autoexit -v quiet ~/.local/share/tetosong/sv2SOTD.wav 2>/dev/null >/dev/null &
fi
misfortune ~/.local/share/tetosong/fortunes/* # fortune doesnt care if you give it a directory, apparently misfortune does. watch this be a problem when i go to add easter eggs in a separate file...
misfortune ~/.local/share/tetosong/fortunes/tetosotd/* # fortune doesnt care if you give it a directory, apparently misfortune does. watch this be a problem when i go to add easter eggs in a separate file...
fi
else
if [ "$AUDIO" = "YES" ]; then
nohup ffplay -nodisp -autoexit -v quiet ~/.local/share/tetosong/sv2SOTD.wav 2>/dev/null >/dev/null &
fi
fortune ~/.local/share/tetosong/fortunes/
fortune ~/.local/share/tetosong/fortunes/tetosotd/
fi