TitleBar Clock

By Jonesy44 on Mar 05, 2008

I decided to develop this very simple script when my computer clock decided to f*ck up, im now using it more than the main computer clock so i thought i'd share =)

Either put:

/title.start

in your perform (ALT+O -> Options -> Perform...)

or use this on connect script:

on *:CONNECT: {
  title.start
}

Please note, this script runs off your local computer time
***UPDATE: 12 Hr clock instead of 24Hr clock

alias title.update {
  if ($time(HH) > 12) {
    titlebar - $calc($time(HH) - 12) $+ : $+ $time(nn:ss TT)
  }
  else {
    titlebar - $time(HH:nn:ss TT)
  }
}
alias title.start {
  timertitlebar 0 1 /title.update
}

Comments

Sign in to comment.
Jonesy44   -  Feb 09, 2011

lol, excellent. This one goes back a fair bit

 Respond  
Warriorii   -  Feb 09, 2011

very nice, i like it. if fact i'm using it now...Thanks

 Respond  
Grant-   -  Sep 01, 2009

Simple, but nice :) (sorry for old bump)

 Respond  
Jonesy44   -  Mar 17, 2008

Haha, it worked ok, but dont install everthing like the sidebar is a load of BS, the fonts, mouse, startbar etc is all good, but apart from that, it just screws with your comp. i ran a fresh install of xp and left it there xD

 Respond  
guest598594   -  Mar 10, 2008

^^ I was gonna get the transformation pack, but I was scared that I\'d fuck up my whole computer Image

 Respond  
Jonesy44   -  Mar 10, 2008

i ran a vista transform pack, which i then f*cked up the registry files lalala .. etcetc you get the idea. lol

 Respond  
SnoooP   -  Mar 07, 2008

its nice ;) how the hell did your computers clock break lmao

 Respond  
Jonesy44   -  Mar 06, 2008

thanks for the comments =)
Glad you like it, burford ;-)

 Respond  
Korvin   -  Mar 05, 2008

i made one of these once =D

 Respond  
burford   -  Mar 05, 2008

I like it jonesy.....In my title bar now

 Respond  
napa182   -  Mar 05, 2008

or like this

on *:connect:{ .timertitlebar 0 1 title.update } 
alias title.update { titlebar - $time(h:nn:ss tt) }
 Respond  
guest598594   -  Mar 05, 2008

i would do it on start

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.