Search Mac Software Downloads
|
DESCRIPTION
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)
REQUIREMENTS
Mac OS X 10.2 or later.

Bookmark and Share

Developer:Eric de la Musse
Downloads:4,390
  - Version d/l:1,977
Utilities:System
License:Free
Date:18 May 2003
Platform:PPC
OTHER PEOPLE SUGGEST
Suggest something else:
UptimeInMenuBar User Reviews (2 posts)Write A Review
sort: smiles | time
Dec 18 2004
****½

ANONYMOUS  Could you shorten the display name so it doesn't overlap the names of other prefpanes?  
(Version 2.2)

praisebury
0
[ 1 Reply - Reply ]
Replies:
Apr 15 2005

RICH  ...or lengthen it, by including spaces between words! Then the label could wrap to two lines.  
(Version 2.2)

praisebury
0

Jul 2 2004
*****

RICHIE  Handy little info tool, and nice if you're into uptime competitions 8^) Doesn't do anything it doesn't need to, which is exactly as it should be.

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}  
(Version 2.2)

praisebury
0
[ Reply ]