Hold down Ctrl and Alt keys and press t (Ctrl Alt + t)
Copy/paste (or type) in to your terminal -
To exit - Hold down Ctrl key and press C (Ctrl+C)
An example
Here is the rainbow version, output colours have higher contrast.
Copy/paste (or type) in to your terminal -
Code:
while true; do echo "$(date '+%D %T' | toilet -f term -F border --metal)"; sleep 1; done
To exit - Hold down Ctrl key and press C (Ctrl+C)
An example
Here is the rainbow version, output colours have higher contrast.
Code:
while true; do echo "$(date +'%D %T' | toilet -f term -F border --gay)"; sleep 1; done