From e377720babb55531ad0419602931d12d4138fa92 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 7 Apr 2017 07:21:02 +0200 Subject: Define palette as customizable variables --- conkyrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conkyrc') diff --git a/conkyrc b/conkyrc index 0eeeeea..c7dc5ba 100644 --- a/conkyrc +++ b/conkyrc @@ -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}%\ \ -- cgit v1.2.1