Description: It is a simple countdown that can be displayed as a classic plasma label or as html with png pictures instead of fonts...
Ver 0.4.4: - Get picture path with "file://"+self.package().path() + "contents/images/" instead of the old "dirty" way with "file://"+os.getenv("HOME")+...
Ver 0.4.3: - Thread improvement - second counter - finish message - new pattern - bug fixing
Ver 0.3.0: - Added forced configuration request - bug fixing
Ver 0.2.0: - Added the classic label view
Ver 0.1.2: - Fix the size on 500px to avoid problem with the refresh. This should be changed in the next versions.
Of course you can change the pictures if you want in the directory ~/.kde/share/apps/plasma/plasmoids/RansomCounter/contents/images/ - [0123456789dmh(comma)].png -> letters and numbers - wallpaper.jpg -> is the wallpaper of the widget
The Plasmoid don't show me the letters of the time (h, m ,s), only the day (d)... What I can do?
http://img26.imageshack.us/img26/188/ransomcounter.png
You should know that you can get the package path by calling self.package().path() so to get the image directory, you can use: self.package().path() + "contents/images/".
Ratings & Comments
4 Comments
The Plasmoid don't show me the letters of the time (h, m ,s), only the day (d)... What I can do? http://img26.imageshack.us/img26/188/ransomcounter.png
You should know that you can get the package path by calling self.package().path() so to get the image directory, you can use: self.package().path() + "contents/images/".
Thank you! Done in 0.4.4 :-)
I like the idea very much. Something original and "retro". Without anykind technology -styled UI!