diff options
author | Joe <bousset.rudy@gmail.com> | 2023-03-31 21:03:09 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-03-31 21:03:09 +0200 |
commit | 98d3f7341c35d2390e77172feb589b1e9f50c223 (patch) | |
tree | 7290ca840c8ed97846e5b7cd737e20b70d769dc3 /.config/conky/conkyrc | |
parent | up (diff) | |
download | dotfiles-bsd-98d3f7341c35d2390e77172feb589b1e9f50c223.tar.gz dotfiles-bsd-98d3f7341c35d2390e77172feb589b1e9f50c223.tar.bz2 dotfiles-bsd-98d3f7341c35d2390e77172feb589b1e9f50c223.tar.xz dotfiles-bsd-98d3f7341c35d2390e77172feb589b1e9f50c223.tar.zst dotfiles-bsd-98d3f7341c35d2390e77172feb589b1e9f50c223.zip |
fix
Diffstat (limited to '.config/conky/conkyrc')
-rw-r--r-- | .config/conky/conkyrc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc index 27eff9c..54bc1e0 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -63,13 +63,12 @@ ${alignc}${color1}Terminal: ${color0}${nodename_short} ${alignc}${color1}OS: ${color0}${sysname} - ${execi 300 lsb_release -ds} ${alignc}${color1}Kernel: ${color0}${kernel} ${alignc}${color1}Uptime: ${color0}${uptime_short}${image ~/.config/conky/artix-logo.png -p 5,10 -s 75x75 -n}${font}${if_match "${nodename_short}" == "mother"}${if_mpd_playing} -${color1}MPD ${hr 2}${font} +${color0}${hr}${font} ${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 5,120 -n} - +${execi 5 ~/.local/bin/conky/cover.sh >/dev/null 2>&1}${image /tmp/conkyCover.png -p 0,120 -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} |