
CrispClock
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
kaizoku
8 years ago
Report
kaizoku
8 years ago
it's a very nice desklet, but install gDesklet a useless soft ... only for this super desklet, is a little unfortunate :/
Report
ilnanny75
9 years ago
I like it.
Report
fredmj
9 years ago
Report
Njudah
10 years ago
Report
monthscrapped
10 years ago
Report
clockworktri
10 years ago
Report
Arachnid92
10 years ago
Right-click on the Desklet, and select "View Source". Then, find the line that reads:
dayval = d + ((m+1)*26)/10 + k + k/4 + j/4 - 2*j
Replace it with:
dayval = d + ((m+2)*26)/10 + k + k/4 + j/4 - 2*j
Save the file, and restart the Desklet (Right-click, Restart Desklet).
The day should be the correct one now :)
Report
clockworktri
10 years ago
Report
clockworktri
10 years ago
but I have one issue: noon appears as 00:00pm rather than 12:00pm and I don't know how to change this. Would you please be so kind as to tell me what source code I need to change and what to change it to? I would think it was a simple procedure.
Report
kuprumm
10 years ago
When i click CrispClock.display, firefox opens with a xml-code
Report
lonerocker
10 years ago
Is it portable somehow for screenlets?
Report
xeptf4
10 years ago
Thanks a lot.
Well I have just started writing widgets.. so no, it is not currently available as a screenlet. However, since I found screenlets to be more organized in terms of programming I might try to rewrite as a screenlet.
Report
rafeviper
10 years ago
Peace!
Report