diff options
Diffstat (limited to 'conkyrc')
-rw-r--r-- | conkyrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -25,7 +25,7 @@ conky.config = { color6 = '#3F3B3B', default_color = '#3F3B3B', - double_buffer = false, + double_buffer = true, draw_borders = true, draw_graph_borders = true, draw_shades = false, @@ -52,7 +52,7 @@ conky.config = { --xftalpha = .2, -- choose font and size - font = 'Monospace:size=8', + font = 'Monospace:size=16', }; @@ -60,7 +60,7 @@ conky.text = [[ ${execp bspc control --get-status | cut -d ":" -f 2 | xargs ~/bin/workspaces.sh}\ \ ${color2}${alignc}CPU $color6${voffset 3}${cpugraph 20,34 859900 DC322F -t}${voffset -3}${offset 7}$color2\ -${execp echo $(cat /sys/bus/platform/devices/coretemp.0/hwmon/hwmon1/temp1_input) / 1000 | bc}°\ +${execp echo $(cat /sys/bus/platform/devices/coretemp.0/hwmon/hwmon*/temp1_input) / 1000 | bc}°\ \ Mem $color6${voffset 2}${memgraph 22,34 859900 DC322F -t}${voffset -2}${offset 7}$color2${memperc}%\ \ |