12345678910111213141516 |
- ########## DEFAULT VALUES ###############################################
- # boolean variables are '1' for true or anything else for false.
- wait=10 # between outputs, in s
- bps=555 # output bytes per s - more is faster - 555 is a good value on my machine - set to 0 to disable; requires pv to be installed.
- colored=1 # 0 for no colors or if command output provides colors, 1 for randomized color for each block
- stars=0 # sprinkle canvas with stars after showing command output
- density=3 # how many stars do you want on screen, max., in percent.
- erase=0 # instead of simply clearing the screen, erase it from top to bottom.
- erasetime=2 # how many seconds do you want the erase process to last.
- # each line produces a block of output (later split by newline & eval'd)
- commands='toilet -t -f smmono12 -W -- "$(date +%R)"
- toilet -t -f future -- "$(date +"%A %d %B")"
- toilet -t -f future -- "$(uptime -p)"'
|