
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
Conky Theme
Theme : Infinity
Version : 1.0
Created by : Me
Depends on Conky 1.8.0
Bottom Dock : Avant Window Navigator
Desktop theme : Mint-X-icons
Icon Theme : Mint-X-theme
Download The File and See ReadMe.txt for Installation Instructions
Updated the .conkyrc theme as u might be getting an error "/home/Rev-Eng/Solaris" variable not identified or something like that" -> just changed the a path to "/home " in conkyrc file and everything would be working fine
6 years ago
+V 1.0
+V 1.0.1 -> changed the file path in .conkyrc ; removed a bug of unidentified variable "/home/Rev-Eng/Solaris"
now the theme may run without any error msgs :)
V 1.0.1 => patched conkyrc file -> to remove the wlan0 problem !!
can download from the same link
Updated The Download Link
6 years ago
+V 1.0
+V 1.0.1 -> changed the file path in .conkyrc ; removed a bug of unidentified variable "/home/Rev-Eng/Solaris"
now the theme may run without any error msgs :)
V 1.0.1 => patched conkyrc file -> to remove the wlan0 problem !!
can download from the same link
Updated The Download Link
gaduo
1 month ago
Report
sagar132
4 years ago
can you please provide the download link
Report
jake8fc
6 years ago
Report
jake8fc
6 years ago
:)
Report
dragonzhu88
7 years ago
Report
Meteorrock
8 years ago
Report
reveng
7 years ago
Ya sure will upload a new version latest by May 19
Report
Galvatron
8 years ago
Report
Galvatron
8 years ago
Report
reveng
8 years ago
Report
t0m5k1
8 years ago
would love to keep this running but it consumes 3.50% cpu so i may have to re-compile my conky for my current kernel (3.5.6.1-ARCH)
Report
reveng
8 years ago
Report
t0m5k1
8 years ago
one other issue i have is that i get the empty rectangular block at the end of each line of text as if the font is incorrect but i have been changing all the fonts called to different ones & I still get it & if i use a different conkyrc calling the same fonts the blocks are not present!
any idea's?
PS: thanks for an awsome conkyrc though :)
Report
snakebones
8 years ago
got the answer from here http://forums.freebsd.org/archive/index.php/t-2939.html
Report
t0m5k1
8 years ago
Report
Toby87
8 years ago
I just tried to install this theme under Ubuntu 12.04 with gnome-shell.
I had to change bat1 to bat0 but now I'm getting
"Conky: desktop window (e00025) is subwindow of root window (c1)
Conky: window type - override
Conky: drawing to created window (0x2c00001)
Conky: drawing to double buffer
Conky: unknown variable"
starting startconky.sh outside the terminal (and autostart as well) doesn't do anything (at least nothing visible)...
Any ideas?
Report
reveng
8 years ago
Report
aagpz
8 years ago
im just wondering if u can help me why appears at the end of the text lines a little square?? drop u a picture http://img254.imageshack.us/img254/3281/screenshotkhr.png
Report
reveng
8 years ago
These are the new line characters may be not compatible with language you set for the Operating System... change the encoding of .conkyrc to support your language...
Report
linuxlex
8 years ago
Report
reveng
8 years ago
Report
thongstele
8 years ago
Report
reveng
8 years ago
Report
rvc-2011
8 years ago
the info below the wlan0 part (as shown in your screenshot) is moving towards the left and i am juggling around to set it below the wlan0 info....
any clue ? i set up other details w.r.t my resolution
Report
reveng
8 years ago
try paste this :
${offset 680}${voffset 130}${color ffffff}${font Santana:size=8}IP Address :${addr wlan0}
${offset 705}${voffset 10}${color ffffff}${font Santana:size=8}Down :${downspeed wlan0} k/s ${offset 8}Up:${upspeed wlan0} k/s
${offset 703}${voffset 10}${color ffffff}${font Santana:size=8}TCP Connections: ${tcp_portmon 1 65535 count}
${offset 680}${voffset 10}${color ffffff}${font Santana:size=8}Speed Graph :
${offset 680}${voffset -10}${color ffffff}${font Santana:size=8}${color #000000}${downspeedgraph wlan0 32,150 000000 ffffff} ${color #000000}${upspeedgraph wlan0 32,150 000000 ffffff} and the restart conky
Report