From dae6ed88b8830c5166a9b525e2b6963e30a97a9f Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 7 Feb 2023 10:10:00 +0100 Subject: up --- .config/conkyrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.config') diff --git a/.config/conkyrc b/.config/conkyrc index dcd57a0..038278c 100644 --- a/.config/conkyrc +++ b/.config/conkyrc @@ -60,9 +60,8 @@ ${goto 130}${scroll wait 30 3 1 ${mpd_title}} ${goto 130}${mpd_elapsed}/${mpd_length} ${mpd_bar} ${execi 5 ~/.local/bin/conky/cover.sh >/dev/null 2>&1}${image /tmp/conkyCover.png -p 0,150 -n}${font} -${endif}${if_up enx4ce1734c425a}${font1}WEATHER ${hr}${font} -${font3}${color #ebdbb2}${alignc}${execi 1800 curl wttr.in/Lyon?T0 --silent --max-time 3}${font}${endif} -${font1}CPU ${hr}${font} +${endif}${execpi 1800 ~/.local/bin/conky/weather.sh} +CPU ${hr} ${color #928374}CPU: ${font2}${color #ebdbb2} ${freq_g} GHz ${color #ebdbb2}${cpu}% ${offset 4}${cpugraph bfbfbf c0c0c0} ${color #928374}1:${color #ebdbb2} ${cpu cpu0}% ${cpubar cpu0}${color #ebdbb2} -- cgit v1.2.3