From 8d7e3d384a0a720f85853e42cf90fcbccb5298fd Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 13 Jan 2023 16:43:10 +0100 Subject: up --- .config/conkyrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config') diff --git a/.config/conkyrc b/.config/conkyrc index 53c2b7b..c1e485d 100644 --- a/.config/conkyrc +++ b/.config/conkyrc @@ -49,10 +49,10 @@ conky.text = [[ ${color grey}${alignc}${time %A %e %B %Y : %Hh%M} ${hr}${if_mpd_playing} ${color grey}${alignc}MPD -${font1}${color white}${goto 140}$mpd_artist -${goto 140}$mpd_album +${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 10,30 -n} +${execi 5 ~/.local/bin/conky_cover.sh >/dev/null 2>&1}${image /tmp/conkyCover.png -p 20,40 -n} ${hr}${endif}${if_up re0} ${font2}${color white}${alignc}${execi 1800 curl wttr.in/Lyon?T0 --silent --max-time 3}${font} ${hr}${endif} -- cgit v1.2.3