
VDM "Vie de merde"
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
This is my first program in Python.
It displays random anecdotes from www.viedemerde.fr site.
It is a very simple plasmoid, it has no settings and it updates itself every 40 seconds.
Just click on icon to force update.
10 years ago
Version 1.1
- change icon
Version 1.0
- initial release
10 years ago
Version 1.1
- change icon
Version 1.0
- initial release
dglent
10 years ago
Report
dglent
10 years ago
To share the anekdote via email.
Report
chepioq
10 years ago
I try by adding "--font-color=bleu" after "p=subprocess.Popen(["./alb-fr --choix=aleatoire" but that don't work, font color is always white.
Report
dago68
10 years ago
the right code for the script is:
print "\033[0;$font$quote\033[0;0m\n";
but it doesn't work in the plasmoid.
I think you can change colour font only in your kde control center.
Regards
Dago68
Report
dglent
10 years ago
Report
chepioq
10 years ago
I solve it with replace
use encoding "WINDOWS-1252";
by
use encoding "UTF-8";
in vdm-fr/contents/code/alb-fr
Report
dglent
10 years ago
Thanks very much
Report
dridk
10 years ago
Report
dridk
10 years ago
Report
dridk
10 years ago
Report
dago68
10 years ago
the correct request is:
"PLEASE, add VDM logo insteed your pingus."
thanks
There are no official logo on VDM site but for next release I'll ask directly to them.
This is a python script and all source are inside the file you donwnload.
Regards
Dago68
Report