u
This commit is contained in:
@@ -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
|
||||
# ---
|
||||
|
||||
Reference in New Issue
Block a user