added cpu temp to conky
This commit is contained in:
parent
cfc0961879
commit
6efdb45ac6
@ -1,7 +1,7 @@
|
|||||||
conky.config = {
|
conky.config = {
|
||||||
|
|
||||||
background=true,
|
background=true,
|
||||||
update_interval=1,
|
update_interval=3,
|
||||||
double_buffer=true,
|
double_buffer=true,
|
||||||
no_buffers=true,
|
no_buffers=true,
|
||||||
imlib_cache_size=10,
|
imlib_cache_size=10,
|
||||||
@ -57,6 +57,8 @@ ${voffset -5}
|
|||||||
${font Product Sans:weight=Bold:size=26}${color0}\
|
${font Product Sans:weight=Bold:size=26}${color0}\
|
||||||
CPU usage: ${cpu cpu0}%
|
CPU usage: ${cpu cpu0}%
|
||||||
${font Product Sans:weight=Bold:size=26}${color0}\
|
${font Product Sans:weight=Bold:size=26}${color0}\
|
||||||
|
CPU temp: ${hwmon 1 temp 1}°C
|
||||||
|
${font Product Sans:weight=Bold:size=26}${color0}\
|
||||||
RAM usage: ${mem}\
|
RAM usage: ${mem}\
|
||||||
\
|
\
|
||||||
\
|
\
|
||||||
|
Loading…
Reference in New Issue
Block a user