diff options
author | Joe <bousset.rudy@gmail.com> | 2023-04-02 17:55:37 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-04-02 17:55:37 +0200 |
commit | 99a551e42b0049ae09d226433634608aca202d3f (patch) | |
tree | 57a38c3cb9753463cdf5a4c650db5c4f852e7dd2 /.config/conky/conkyrc | |
parent | up (diff) | |
download | dotfiles-bsd-99a551e42b0049ae09d226433634608aca202d3f.tar.gz dotfiles-bsd-99a551e42b0049ae09d226433634608aca202d3f.tar.bz2 dotfiles-bsd-99a551e42b0049ae09d226433634608aca202d3f.tar.xz dotfiles-bsd-99a551e42b0049ae09d226433634608aca202d3f.tar.zst dotfiles-bsd-99a551e42b0049ae09d226433634608aca202d3f.zip |
up
Diffstat (limited to '.config/conky/conkyrc')
-rw-r--r-- | .config/conky/conkyrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc index 54bc1e0..bf1c708 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -68,8 +68,7 @@ ${color0}${goto 130}${mpd_artist} ${goto 130}${scroll wait 30 3 5 ${mpd_title}} ${goto 130}${mpd_date} - ${mpd_album} ${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,120 -n} -${endif}${endif} +${execi 5 ~/.local/bin/conky/cover.sh >/dev/null 2>&1}${image /tmp/conkyCover.png -p 10,115 -n}${endif}${endif} ${color0}${hr} ${color0}${font ConkySymbols:size=18}f${font :bold:}${voffset -5} CPU${font}${goto 115}${if_match "${nodename_short}" == "mother"}Intel i7-4790${endif}${if_match "${nodename_short}" == "po-rbo"}AMD Ryzen 5 4500U${endif} @ ${freq_g}GHz${alignr}${font :bold:}${cpu}%${font} ${color orange}${cpubar} |