diff options
author | Joe <rrbo@proton.me> | 2023-02-07 10:10:00 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-07 10:10:00 +0100 |
commit | dae6ed88b8830c5166a9b525e2b6963e30a97a9f (patch) | |
tree | d4ffb130e084d01383d9b697c179ba1471e031e4 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-dae6ed88b8830c5166a9b525e2b6963e30a97a9f.tar.gz dotfiles-bsd-dae6ed88b8830c5166a9b525e2b6963e30a97a9f.tar.bz2 dotfiles-bsd-dae6ed88b8830c5166a9b525e2b6963e30a97a9f.tar.xz dotfiles-bsd-dae6ed88b8830c5166a9b525e2b6963e30a97a9f.tar.zst dotfiles-bsd-dae6ed88b8830c5166a9b525e2b6963e30a97a9f.zip |
up
Diffstat (limited to '.config')
-rw-r--r-- | .config/conkyrc | 5 |
1 files changed, 2 insertions, 3 deletions
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} |