
Steel Conky
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
Steel Conky V2.0
3 different colors:
-Amber, Blue and Green;
-Font inclueded.
-Media Player: Exaile (Rhythmbox version soon).
-Instructions on README file inside.
Comment please!!!
10 years ago
V1.0
-Fist release.
V2.0
-Some improvements;
-Added 2 more colors.
10 years ago
V1.0
-Fist release.
V2.0
-Some improvements;
-Added 2 more colors.
Glynnux
9 years ago
I have encountered an issue that I can't resolve.
On startup the in and out radials on Wifi are displayed but then they vanish after a couple of seconds. I can get them to appear for a couple of seconds by saving rc3 but I can't figure out why they vanish.
The wifi percentages do work normally.
Is this something in lua2?
Also had an issue with text slightly being mis-aligned which I easily corrected.
Report
gracca
10 years ago
Quote:Conky: could not connect to hddtemp host
Any ideas?
Regards,
German.
Report
bezure
10 years ago
sudo apt-get install hddtemp
Report
bezure
10 years ago
Report
gracca
10 years ago
$ hddtemp /dev/sda
/dev/sda: FUJITSU MHV2080BH PL: 47°C
Report
bezure
10 years ago
${goto 110}HDD: ${execi 10 hddtemp /dev/sda |cut -c25-26} ºC
in place of
${goto 110}HDD: ${hddtemp}ºC
and make sure you put the space in between the last curly brace and the degree Celcius symbols. Copy and paste would be easiest.
Let me know if this works.
Report
bezure
10 years ago
HDD: ${execi 10 hddtemp /dev/sda |cut -c36-40}
I found it on http://conkyhardcore.com/beginners/programs/using-hddtemp/
And there is supposed to be another way written up on http://ubuntuforums.org/showthread.php?t=282353
Good luck mate, sorry I'm not much help.
My ACPI didn't work either, which is probably just something else I haven't installed, so I just replaced it with my nvidia temp.
Report
gracca
10 years ago
Your help was worth it, I really appreciate it!
German.
Report
bezure
10 years ago
Report
marps
10 years ago
Thanks
Report