
CONKY-colors
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
Now it's easy to customize your desktop!
Conky is a free, light-weight system monitor for X, that displays any information on your desktop.
CONKY-colors is an easier way to configure Conky.
This conky script support multilanguage:
Bulgarian, English, German, Italian, Polish, Portuguese, Russian, Spanish and Ukrainian
How to install
Go to a terminal and type:
$sudo apt-get install aptitude python-statgrab python-keyring ttf-ubuntu-font-family hddtemp curl lm-sensors conky-all
$sudo chmod u+s /usr/sbin/hddtemp || https://bbs.archlinux.org/viewtopic.php?id=75639
$sudo sensors-detect #answering Yes (default) to all questions, even that last one that defaults to No
Now restart your session
Download and extract the conky-colors.zip and type in terminal in the same directory that has been extracted.
$make
$sudo make install
$conky-colors {options}
$conky-colors --help [for help]
Ex: if your cpu is quad-core and you want the noble color, with hd, network and pidgin monitor and all in portuguese
conky-colors --theme=gnome-noble --lang=pt --cpu=4 --network --hd=default --pidgin
For a working photo widget you need to specify a file or directory in conkyPhoto or conkyPhotoRandom script in ~/.conkycolors/bin/
Update your font cache:
$sudo fc-cache -v -f
+++ Kaivalagi's Scripts (Included in conky-colors) +++
Conky SSL Mail Script: http://ubuntuforums.org/showthread.php?t=869771
Conky Rhythmbox Script: http://ubuntuforums.org/showthread.php?t=928168&highlight=conky+rhythmbox
Conky Banshee Script: http://ubuntuforums.org/showthread.php?p=7683570
+++ If you can, say thanks to him for this great work +++
in terminal type conky -c ~/.conkycolors/conkyrc.
To run conky at startup, go to System > Preferences > Startup Applications, click "Add" and add the path to the conkyStart file[/usr/share/conkycolors/bin/conkyStart]
that's all folks!
OPTIONS FROM THE SCREENSHOT:
conky-colors --cpu=2 --calendar --photord --clementine=cd --hd=default --network --theme=wise
conky-colors --sls --weather=brxx0043 --theme=orange
conky-colors --cairo --cpu=2 --clock=cairo --network --theme=blue
conky-colors --ring --network --theme=red
conky-colors --slim --w=1440 --h=900 --theme=white --weather=brxx0043
conky-colors --board --w=1440 --h=900 --theme=cyan
KWON PROBLEMS:
Lua/bash scripts work with conky 1.8.1, but most of the python scripts still doesnt;
SLS MODE only work with lm-sensors configured
The position of the photo and cover may be wrong bc in ubuntu the space between the widgets is different from Archlinux (I'm an arch user now)
HELP WITH CONKY:
http://ubuntuforums.org/showthread.php?t=281865
REPORT BUGS:
https://github.com/helmuthdu/conky_colors/issues
7 years ago
9.0 (2013-10-17)
* Complete new icon set, replaced most of the fonts with the new conkycolors font family;
* Widgets review;
* Refactory all hd scripts to use python 3;
* Many, many, many bugfixes;
7 years ago
9.0 (2013-10-17)
* Complete new icon set, replaced most of the fonts with the new conkycolors font family;
* Widgets review;
* Refactory all hd scripts to use python 3;
* Many, many, many bugfixes;
jordanwb
10 years ago
Report
caiman
10 years ago
Report
helmuthdu
10 years ago
Report
caiman
10 years ago
Report
bung
10 years ago
I just tried to adjust the conkyCairo.lua to my personal needs (mostly colourwise) and am bit stuck now. Maybe you can help me out.
Thing is: It seems like the background 'shapes' are somehow rendered in front of the ring meters, so setting the bgc to a darker colour (in the 'if shapes == "on" then' section) results in a pretty dark 'overlay' for the ring meters, even if they are set to a bright colour (e.g. 0xffffff and bga 1).
So, any tips on how to put the ring meters in front of the background?
Report
helmuthdu
10 years ago
Report
helmuthdu
10 years ago
Report
bung
10 years ago
Report
adamn
10 years ago
Report
helmuthdu
10 years ago
http://www.webupd8.org/2010/07/conky-colors-makes-your-conky-beautiful.html
Report
adamn
10 years ago
Report
luckrn
10 years ago
Thanks for this wonderful script.
Just a little bug on bbcweather : the URL is not http://nouves.bbc.co.uk/weather/ but http://news.bbc.co.uk/weather/
Right ? ;)
Report
helmuthdu
10 years ago
Report
luckrn
10 years ago
Report
IamStack
10 years ago
Thanks for these scripts! I am using Ubuntu Lucid and I just started with conky. Your scripts have been most useful!
However, I was having some odd issues with conkyPhotoRandom. It was throwing some odd errors regarding the convert command and photos would just disappear every now and then. So I started messing with the script and dumping out the variables. What I found was some odd behavior with ls passing in things that were not files. I changed ls to find and the errors went away. The following is the diff. Hope this helps anyone else having issues.
Quote:
12c12
> number=$(ls -R | wc -l)
---
< number=$(find $source -type f | wc -l)
16c16
> filename=`ls | head -n $lines | tail -n 1`
---
< filename=`find $source -type f | head -n $lines | tail -n 1`
Report
IamStack
10 years ago
I changed the following line and it worked:
Quote:
< cp $filename $photo
---
> cp "$filename" $photo
Report
helmuthdu
10 years ago
Greetings! :)
Report
brunohq
10 years ago
Please continue keeping it updated!
Abraço!
Report
mormope
10 years ago
Report
helmuthdu
10 years ago
Report
helmuthdu
10 years ago
Facebook provides an RSS feed of your notifications, which you could use with conky's RSS features.
ex. code for it:
FACEBOOK${hr 2}
${rss http://www.facebook.com/feeds/notifications<REST OF URL FOR FEED> 1 item_titles 10 }This updates every minute, which is as often as possible.
Report
helmuthdu
10 years ago
Facebook provides an RSS feed of your notifications, which you could use with conky's RSS features.
ex. code for it:
FACEBOOK${hr 2}
${rss http://www.facebook.com/feeds/notifications<REST OF URL FOR FEED> 1 item_titles 10 }This updates every minute, which is as often as possible.
Report
masstrider
10 years ago
Report
helmuthdu
10 years ago
But this can be a option in the future! :)
Report
masstrider
10 years ago
Sorry for asking this noob question, my network monitoring is still not working. I added "--network --ppp=0" for the option (my device is ppp0). Oh yes, and my rythmbox won't display any cover too, i added --rythmbox=case for the option.
Report