
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;
alanisfcsm
10 years ago
http://img143.imageshack.us/img143/2194/capturadetela1an.png
Report
helmuthdu
10 years ago
Report
szandor
10 years ago
Report
jorao
10 years ago
Report
helmuthdu
10 years ago
Do not upgrade conky to 1.8.1, use the older version 1.8.0.
This new version breaks everything! bah!
Report
helmuthdu
10 years ago
Report
helmuthdu
10 years ago
Report
alanisfcsm
10 years ago
Report
jorao
10 years ago
$ conky-colors --lang=es --cpu=2 --swap --battery --proc=4 --calendar --clock=lucky --gnome --network
http://img203.imageshack.us/img203/4554/pantallazoep.png
Report
alanisfcsm
10 years ago
Report
cjnd
10 years ago
sudo chown user:user .conkycolor
where user is your username.
Report
helmuthdu
10 years ago
Greetings
Report
cjnd
10 years ago
Report
helmuthdu
10 years ago
Check the README :)
Report
Brutus180
10 years ago
Report
helmuthdu
10 years ago
Report
satwien
10 years ago
Report
lucpel
10 years ago
Report
tester2021
10 years ago
Report
lucpel
10 years ago
Report
tester2021
10 years ago
Report
helmuthdu
10 years ago
Report
tester2021
10 years ago
When one section HDD - it is normal.
http://keep4u.ru/full/bf93b72292a7d2d553d6b4c427947a96.html
But if two or more section HDD/Media...
http://keep4u.ru/full/53a96b7f386d3b654f429e70eb0bc3d3.html
Report
Maximillian1977
10 years ago
1)I can't configure this to view cover of album in the conky's rhythmbox widget.
(used option --rhythmbox=cd)
2)After adding of a conkyGoogleCalendar scripts into my .conkyrc, I can't do to showing events like:
Date
starttime-endtime Title of event
starttime-endtime Title of event
I guess that must change the templates.
Please, help me.
Report
twitch99
10 years ago
Your order is 1. wlan0 2. eth0 3. ppp0
I tried with eth0 connected, wlan0 disconnected. conky only shows wlan0 with "No ip address"
I tried to flip the order in .conkyrc (ie. 1. eth0 2. wlan0 3. ppp0). This shows eth0 properly but when I disconnect eth0 and connect wlan0, it shows "No ip address" without the signal bar.
What I did is use
${if_existing /proc/net/route eth0}
and
${else}${if_existing /proc/net/route wlan0}
from this kjbuente fella and that fixed the issue for me.
Report