This commit is contained in:
committer@tuxwarrior
2025-05-03 16:06:07 -05:00
parent 75e7661663
commit 30e4b9a9be

View File

@@ -212,11 +212,10 @@ rshift() {
# tss aka terminal screen saver
tss() {
commands=("aafire -driver curses" "DISPLAY= cacafire" "cmatrix -a -b -s -u 5" "unimatrix.py")
random_command=${commands[ $RANDOM % ${#commands[@]} ]}
random_command="${commands[ $RANDOM % ${#commands[@]} ]}"
$random_command
}
# ---
# mounting
# ---