
Binary Clock
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
** based on binclock, written by Brian Gajdos , 2001
A binary clock for SuperKaramba. It has been tested with SuperKaramba 0.33, Python 2.2.2, and KDE 3.1.
Configuration options are:
Show background
Show titles ("hr min sec")
Show digital clock
Show extra LEDs
Use 24-hour clock
The default is for the clock to update every 5 seconds. To change this interval, edit the binclock.theme file and change interval=5000 to your desired update interval in milliseconds. If you want the clock to update every second you can set interval=1000.
New in this release:
* Added option to hide unused LEDs. Thanks to Balaji Ramani for the patch.
Changes in release 0.2:
* Toggle background option (thanks for the suggestions!)
* Changed the default color of titles and digital display to a more neutral shade. You can edit the binclock.theme file if you want to change the color.
* Other small fixes
t3chmonkey
16 years ago
Just in case anybody else is wondering, you can make this clock update in 'real-time', just like the default KDE kicker applet clock, by changing interval=5000 to interval=1000 in the theme's configuration file. Just right click the clock theme and choose 'Edit Theme'.
You'll have to right-click the theme and select 'Reload Theme', but after that it should update in real-time.
I haven't tried this on a really low-spec machine, but is there really any performance-related point in setting the interval to 5000ms?
Report
selan
16 years ago
I'm still using a PIII 500, so yes, the 5 second interval was for performance reasons.
Report
adpsimpson
16 years ago
Report
selan
17 years ago
I just wanted to point out that if anyone wants to create their own artwork for this theme, it's very easy. The LEDs are 10x10 and called "on.png" and "off.png". The frame is 125x100 and called "frame.png". You can create any image with those sizes and save them to the binary clock directory with those names and you will have your own custom binary clock!
I'm thinking about adding a feature to switch between "skins" on the fly, but I need some good skin choices to include. If anyone is interested you can email me your submission.
Report
adpsimpson
17 years ago
Report
vitamine
17 years ago
Report
laughinol
17 years ago
Report
hrholme
17 years ago
Report
hrholme
17 years ago
Report
dsemblano
17 years ago
Report
lazychris2000
17 years ago
Report
rodviking
17 years ago
Report