terminal-logo-small

Here is easy way add date and time to Linux terminal title. This trick works at least following terminals Gnome Terminal, xterm, urxvt, rxvt.

Simply type the following command line:

while sleep 1 ; do echo -ne '\033]2;'`date`'\007'; done &

Date and time on terminal title