UptimeInMenuBar is a background-only application which displays in the menu bar the time elapsed since you boot your Macintosh. This information is taken from the Unix command 'uptime'.
What's New
Version 2.2 adds the following:
Add swedish localization (Thanks to Carl-Johan Eelde)
Please login or create a new MacUpdate Member account to use this feature
Watch Lists are available to MacUpdate Desktop Members Upgrade Now
Download and auto-install
using MacUpdate Desktop. Save
time moving folders and cleaning-up.
UptimeInMenuBar is a background-only application which displays in the menu bar the time elapsed since you boot your Macintosh. This information is taken from the Unix command 'uptime'.
Anonymous reviewed on 18 Dec 2004
Anonymous reviewed on 02 Jul 2004
I use it with these settings:
Font: AmericanTypewriter-Condensed 14pt
uptime string: {sub(/.*up[ ]+/,"",$0) ; sub(/,[ ]+[0-9]+ user.*/,"",$0) ; sub(/,/,"",$0) ;print "uptime: " $0}
load average string: {sub(/.*averages: */,"",$0); print "load: " $0}