Need a Clock App

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

Need a Clock App

#1 Post by DaveS »

How can I put a clock on my desktop WITHOUT using Conky? Any ideas?
Spup Frugal HD and USB
Root forever!

User avatar
RSH
Posts: 2397
Joined: Mon 05 Sep 2011, 14:21
Location: Germany

#2 Post by RSH »

Hi,

maybe pwidgets-2.3.1.pet is the tool you need?

RSH

Unfortunately double posted, sorry!
Last edited by RSH on Mon 14 Nov 2011, 21:19, edited 1 time in total.
[b][url=http://lazy-puppy.weebly.com]LazY Puppy[/url][/b]
[b][url=http://rshs-dna.weebly.com]RSH's DNA[/url][/b]
[url=http://murga-linux.com/puppy/viewtopic.php?t=91422][b]SARA B.[/b][/url]

User avatar
RSH
Posts: 2397
Joined: Mon 05 Sep 2011, 14:21
Location: Germany

#3 Post by RSH »

Hi,

maybe pwidgets-2.3.1.pet is the tool you need?

RSH
[b][url=http://lazy-puppy.weebly.com]LazY Puppy[/url][/b]
[b][url=http://rshs-dna.weebly.com]RSH's DNA[/url][/b]
[url=http://murga-linux.com/puppy/viewtopic.php?t=91422][b]SARA B.[/b][/url]

User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

#4 Post by DaveS »

RSH wrote:Hi,

maybe pwidgets-2.3.1.pet is the tool you need?

RSH
Too big? Pwidgets used to need Conky. Still true?
Spup Frugal HD and USB
Root forever!

User avatar
RSH
Posts: 2397
Joined: Mon 05 Sep 2011, 14:21
Location: Germany

#5 Post by RSH »

I don't know if it uses conky because i dont know what conky is. I use pwidgets on my Lazy Puppy 528 (Lucid based) and on my puppy 421. I think my old muppy 08.3 has got conky - but i am not sure.

289kb is too big? Sorry. Shall i delete the attachements?

RSH
[b][url=http://lazy-puppy.weebly.com]LazY Puppy[/url][/b]
[b][url=http://rshs-dna.weebly.com]RSH's DNA[/url][/b]
[url=http://murga-linux.com/puppy/viewtopic.php?t=91422][b]SARA B.[/b][/url]

User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

#6 Post by DaveS »

RSH wrote:Shall i delete the attachements?

RSH
Heck no. The more the better :)
Spup Frugal HD and USB
Root forever!

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#7 Post by pemasu »

How about the elegant xclock. Launch it in console...so you see how nice it is. It should accept the tuning parameters...if you want to chase them from the net. Make launching script for it in /root/Startup and you get it to the desktop automatically. It installs to the /usr/bin/xclock
Attachments
xclock-0.0.1.pet
(21.82 KiB) Downloaded 253 times

User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

#8 Post by DaveS »

pemasu wrote:How about the elegant xclock. Launch it in console...so you see how nice it is. It should accept the tuning parameters...if you want to chase them from the net. Make launching script for it in /root/Startup and you get it to the desktop automatically. It installs to the /usr/bin/xclock
OK... THATs what I'm talkin' about... 22K :) Thanks
Attachments
xclock.png
(21.86 KiB) Downloaded 961 times
Spup Frugal HD and USB
Root forever!

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#9 Post by pemasu »

For tuning. Place next rows to the end of the /root/.Xdefaults:

Code: Select all

xclock*background:   LightSteelBlue
xclock*secondColor:   Red
xclock*minuteColor:   green
xclock*hourColor:   purple
And run in console: xrdb -merge .Xdefaults

You get the idea. There should be somewhere explanation what colours the xclock accepts.
Last edited by pemasu on Mon 14 Nov 2011, 22:24, edited 1 time in total.

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#10 Post by 01micko »

Here Dave.. something to play with...

Code: Select all

# ROX_DESKTOP=`xwininfo -root -tree | grep 'ROX-Pinboard' | tr -s ' ' | cut -d ' ' -f 2`
# xonclock --window-id="$ROX_DESKTOP" --position=TOP-RIGHT
Also you can edit /root/.xonclockrc
Change skins by symlinking any skin (png) to /usr/share/xonclock/skins/xonclock.png
Attachments
xonclock-0.0.9.3.pet
(64.81 KiB) Downloaded 263 times
Puppy Linux Blog - contact me for access

User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

#11 Post by DaveS »

01micko wrote:Here Dave.. something to play with...

Code: Select all

# ROX_DESKTOP=`xwininfo -root -tree | grep 'ROX-Pinboard' | tr -s ' ' | cut -d ' ' -f 2`
# xonclock --window-id="$ROX_DESKTOP" --position=TOP-RIGHT
Also you can edit /root/.xonclockrc
Change skins by symlinking any skin (png) to /usr/share/xonclock/skins/xonclock.png
Really nice. Undecorated window too. EXACTLY right.
Spup Frugal HD and USB
Root forever!

Post Reply