Joeri Sebrechts
10-03-2001, 04:19 AM
A problem I've had for years is finding a good on-screen clock. One that blends well with the rest of the screen, and looks cool at the same time.
And I think I've finally found something that suits me.
Check a screenshot out here (http://users.pandora.be/joeri.sebrechts/clock.html)
It's done with dclock, which you can find here (http://bach.ece.jhu.edu/~tim/programs/)
What I did was to tell my window manager (windowmaker) to never show window decorations on a dclock window, and then use the following line in my .xinitrc to start dclock before windowmaker takes over:
dclock -geometry 185x50+760+710 -bg black -noblink -seconds -smallsize 0.7 -miltime -foreground lavender -led_off gray22 &
That makes it show up in the lower right of the screen with the colourscheme from the screenshot.
It also has all these nifty options, to fade the leds from one digit to the other, or to change the slant or width of the leds. Plus it has support for hourly and timed alarms, which you can attach to the sound file of your choice. A very cool clock indeed.
And I think I've finally found something that suits me.
Check a screenshot out here (http://users.pandora.be/joeri.sebrechts/clock.html)
It's done with dclock, which you can find here (http://bach.ece.jhu.edu/~tim/programs/)
What I did was to tell my window manager (windowmaker) to never show window decorations on a dclock window, and then use the following line in my .xinitrc to start dclock before windowmaker takes over:
dclock -geometry 185x50+760+710 -bg black -noblink -seconds -smallsize 0.7 -miltime -foreground lavender -led_off gray22 &
That makes it show up in the lower right of the screen with the colourscheme from the screenshot.
It also has all these nifty options, to fade the leds from one digit to the other, or to change the slant or width of the leds. Plus it has support for hourly and timed alarms, which you can attach to the sound file of your choice. A very cool clock indeed.