Conky: Add temperature
This commit is contained in:
parent
5d3d609b4d
commit
80184826ae
@ -35,6 +35,7 @@ conky.config = {
|
||||
gap_y = 32,
|
||||
|
||||
format_human_readable = true,
|
||||
temperature_unit = "celsius",
|
||||
if_up_strictness = "link",
|
||||
|
||||
default_bar_height = 11,
|
||||
@ -48,7 +49,7 @@ conky.config = {
|
||||
conky.text = [[
|
||||
${image ~/.face -s 64x64}${font Noto Sans:style=Light:size=30}$alignr${no_update $nodename_short}$font
|
||||
${font Noto Sans:style=Light:size=17}$alignr${time %I:%M %p}$font
|
||||
${font Noto Sans:style=Light:size=12}$alignr${time %A, %B %d, %Y}$font
|
||||
${font Noto Sans:style=Light:size=12}${acpitemp}°C$alignr${time %A, %B %d, %Y}$font
|
||||
${color3}$hr$color
|
||||
${font Noto Sans:style=Medium:size=9}CPU$font: $freq_g GHz$alignr$cpu%
|
||||
${color8}${cpugraph cpu1 20,200} ${cpugraph cpu2 20,200}
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user