On Thu, 08 Jan 2004 12:57:38 +0100
Fabian Braennstroem <[EMAIL PROTECTED]> wrote:
> 
> I am not a good programmer, but would it be hard to add the time to the
> title of the frame or workspace?

quick and dirty: run this in a xterm and then shade it's frame:

while sleep 1 ; do echo -en '\033]0;'"$(date)"'\007' ; done

(or maybe date +%H:%M:%S, or rtfm...)

Reply via email to