diff options
Diffstat (limited to '.config/conkyrc')
-rw-r--r-- | .config/conkyrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/conkyrc b/.config/conkyrc index f56e647..3a03a77 100644 --- a/.config/conkyrc +++ b/.config/conkyrc @@ -57,7 +57,7 @@ ${color grey}${alignc}MPD ${font1}${color white}${goto 140}${mpd_artist} ${goto 140}${mpd_title} ${goto 140}${mpd_elapsed}/${mpd_length} ${mpd_bar} -${execi 5 ~/.local/bin/conky_cover.sh >/dev/null 2>&1}${image /tmp/conkyCover.png -p 20,40 -n} +${execi 5 ~/.local/bin/conky_cover.sh >/dev/null 2>&1}${image /tmp/conkyCover.png -p 20,150 -n} ${hr}${endif}${if_up re0} ${font2}${color white}${alignc}${execi 1800 curl wttr.in/Lyon?T0 --silent --max-time 3}${font} ${hr}${endif} |