Conky Helps
Conky Helps
-----------------------------------------------------
All Ways run this FIRST!! if you have not already..
Run Sensors Detect = ( "yes | sudo sensors-detect" ) + enter (OR) ( "sudo sensors-
detect" ) + yes enter & so on.
-----------
HddTemp
If you want to have Hard drive Temperatures in your Conky you MAY need to edit as
root (etc/hddtemp.db) and add your hard drive to the list under your brand of
drive.
1 = Install hddtemp
To run hddtemp without sudo on startup type = chmod u+s /usr/sbin/hddtemp
(You only need to do below if your drive temp is NOT working with Conky as in most
ssd & m2 drives)
3 = sudo smartctl /dev/sdb -a | grep -i Temp (Change /dev/sdb to your drive , you
need the first number of the read out mine was 190)
The read out from hddtemp /dev/sdb is Samsung SSD 850 EVO 500G B this must be added
to your hddtemp.db exactly the same NOTE upper and lower case and the gap between
250G B as above..
-------------
FanSpeeds
If your fan speed is not reading change hwmon number 1,2,etc until you have the RPM
reading saving conkyrc each time.
If you have more then one fan just add fan 2,3 etc.
${hwmon 3 fan 1} rpm ${hwmon 3 fan 2} rpm ${hwmon 3 fan 3} rpm
examples=
OR
---------------
To run the below command you must install FANSPEED
sudo pwmconfig
---------------