Simple uptime monitor display desklet

I've tried searching these forums, the sysstats site, and deviantart looking for a simple uptime monitor to display on my desktop. I just want something as plain (customizable) text (doesn't need any fancy background) to show my uptime (Xweeks Xdays Xhours Xmins Xsecs). I have absolutely no idea how to make one, my html is iffy let alone whatever language this stuff is scripted in. @_@

Does anyone know where I could find such a desklet script? :confused: Please and thanks.

#405188

Here's a simple script/config for you:

http://winterbourne.homestead.com/files/uptime.zip

Not too bothered with seconds but I'm sure you could mod it.

Oh yeah Calibri font was used.

#405437

I've downloaded it but I'm not sure what I'm supposed to do with it now. :confused:

I placed the files in the proper locations, then I tried adding a new sysstats desklet, tried loading the uptime.ini, but nothing is happening?

#405561

Which host are you running it in eg ObjectDock, AveDesk, etc?

If you have OD I can probably help, otherwise... ;-)

#405579

I'm just trying to run it through Avedesk. I want to place it under the other stats display I have (also with Avedesk) but it doesn't seem to agree with me.

#405580

Right click on the systat, configure and tell me what the overlays and meters submenu says?

When you selected uptime.ini did it even show "Uptime" on the desktop? You've installed calibri right?

#405609

After I load the uptime.ini, the desklet doesn't change. It still shows the sysstats question mark and has Sysstats as the label. When I go to configure, it has AnimatorOverlay Class for overlays (it's all blank) and Animation Class for the meters (also blank).

And yes I have Calibri installed.

#405611

Okay I've cleaned it up a little. Edit the uptime.ini and replace with the following instead:

[General]

author=

description=Simple Uptime

dversion=1.0

height=200

name=Uptime

version=200

width=170

x=40

y=40

[control]

Controllers-Count=0

[label]

format=

MeterIndex=-1

selector=

[meter]

Meters-Count=2

[meter-0]

Counters-0=SystemSystem Up Time

Counters-Count=1

Name=Uptime

Scale=1

TimerInterval=1

Type=PDHMeter Class

[meter-1]

FileName=scriptsUpTime2.vbs

Name=Uptime Script

ScriptType=vbScript

TimerInterval=1

Type=ScriptMeter Class

[overlay]

CenterX=0

CenterY=0

EffectOverlayEffect=0

EffectOverlayPath-Count=0

HAlign=2

HScale=1

MeterIndex=-1

Mode=0

Name=

Overlays-Count=2

Rotation=0

selector=

Type=CompositeOverlay Class

VAlign=0

Visible=1

VScale=1

X=0

Y=0

[overlay-0]

Alpha=255

AlternateRender=0

BlurColor=-1

CenterX=0

CenterY=0

EffectOverlayEffect=0

EffectOverlayPath-Count=0

FontColor=16777215

FontName=Calibri

FontSize=12

FontStyle=0

format=Uptime

HAlign=0

Height=-1

HScale=1

MeterIndex=-1

Mode=0

Name="Uptime"

Radius=0

Rotation=0

selector=

TextContrast=4

TextRenderingHint=0

Type=TextOverlay Class

VAlign=1

Vertical=0

Visible=1

VScale=1

Width=-1

Wrap=0

x=20

y=110

[overlay-1]

Alpha=255

AlternateRender=0

BlurColor=-1

CenterX=0

CenterY=0

EffectOverlayEffect=0

EffectOverlayPath-Count=0

FontColor=16777215

FontName=Calibri

FontSize=12

FontStyle=0

format=%s

HAlign=2

Height=-1

HScale=1

MeterIndex=1

Mode=0

Name=Uptime Script

Radius=0

Rotation=0

selector=0

TextContrast=4

TextRenderingHint=0

Type=TextOverlay Class

VAlign=1

Vertical=0

Visible=1

VScale=1

Width=-1

Wrap=0

x=134

y=110

#405618

Oooh, I see it now. I think maybe the problem was that the font is so small and white that I couldn't see it on my wallpaper (which is pretty light). How can I edit the font and stuff? Do I have to do it through the ini file? I can't seem to right click on it and get the Avedesk menu.

Edit: nvm, I seemed to have clicked in just the right spot and got the configure menu. I'll have to play with it a bit. Thanks for the script. :D

#405623

Oooh, I see it now. I think maybe the problem was that the font is so small and white that I couldn't see it on my wallpaper (which is pretty light). How can I edit the font and stuff? Do I have to do it through the ini file? I can't seem to right click on it and get the Avedesk menu.

Edit: nvm, I seemed to have clicked in just the right spot and got the configure menu. I'll have to play with it a bit. Thanks for the script. :D

Sorry yeah the font's white:confused:... I have it with a avedesk little shadow so it shows up nicely on most desktops (except perhaps pure white). The above script is a little cleaned up (removing some of the config for vertical calendar). Is the uptime value showing correctly for you?

#405636

Yeah seems to be working just fine. Unfortunately it doesn't quite coordinate with my other stats desklets, but hey take what you can get. ;)

See for yourself: peek. Notice the temperature, gah!

#405789