This commit is contained in:
committer@tuxwarrior
2025-05-03 16:07:27 -05:00
parent 30e4b9a9be
commit bec21cf53b

View File

@@ -212,8 +212,8 @@ 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
random_command=${commands[ $RANDOM % ${#commands[@]} ]}
"$random_command"
}
# ---