
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
A small test javascript plasmoid based on the fuzzy clock in plasma addons.
I welcome any feedback to make this better. Remember though, it relies on the javascript script engine which is only available in KDE 4.2.
12 years ago
v 0.2
- Lots of code tidy up and adding comments, some optimizations.
- Moved strings and added a sprintf function so translating is possible.
- Resize when the time changes in the panel. Make desktop size better.
- Do not show date in the panel anymore because it was not visible anyway.
v0.3
- Basic support for different levels of fuzziness.
- Add styling so the time and date show in a horizontal panel.
v0.4
- Fix midnight times
- Fix layout for non-panel instances
12 years ago
v 0.2
- Lots of code tidy up and adding comments, some optimizations.
- Moved strings and added a sprintf function so translating is possible.
- Resize when the time changes in the panel. Make desktop size better.
- Do not show date in the panel anymore because it was not visible anyway.
v0.3
- Basic support for different levels of fuzziness.
- Add styling so the time and date show in a horizontal panel.
v0.4
- Fix midnight times
- Fix layout for non-panel instances
saeid
12 years ago
let me know :)
Report
jabbascript
12 years ago
~/.kde/share/apps/plasma/plasmoids/script-fuzzy-clock/
You can read all the source there.
Report