diff options
Diffstat (limited to '')
-rw-r--r-- | .config/conky/conkyrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc index f2e52e7..01a63cf 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -58,7 +58,7 @@ ${if_mpd_playing}${font1}MPD ${hr 2}${font} ${font2}${color #ebdbb2}${goto 130}${mpd_artist} ${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,145 -n}${font} +${execi 5 ~/.local/bin/conky/cover.sh >/dev/null 2>&1}${image /tmp/conkyCover.png -p 5,145 -n}${font} ${endif}${execpi 300 ~/.local/bin/conky/weather.sh} |