From 6d7a8802f48cf7b137b2c6ea53d8f8eb7898153e Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 12 Jan 2023 15:59:15 +0100 Subject: up --- .config/conkyrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/conkyrc') diff --git a/.config/conkyrc b/.config/conkyrc index a5da4d7..1746b4b 100644 --- a/.config/conkyrc +++ b/.config/conkyrc @@ -51,9 +51,9 @@ ${hr} ${color grey}${alignc}MPD ${font1}${color white}${if_mpd_playing}${mpd_status}: ${mpd_artist} - ${mpd_title} ${mpd_elapsed}/${mpd_length} ${mpd_bar}${else}Stopped${endif}${font} -${hr} +${hr}${if_up re0} ${font2}${color white}${alignc}${execi 1800 curl wttr.in/Lyon?T0 --silent --max-time 3}${font} -${hr} +${hr}${endif} ${color grey}${alignc}New mails${template0}\ ${if_match ${new_mails /var/mail/jozan/gmail_br/INBOX}>0}${color grey}GMail BR: ${font1}${color white}${new_mails /var/mail/jozan/gmail_br/INBOX}${font}${template0}${endif}\ ${if_match ${new_mails /var/mail/jozan/gmail_oon/INBOX}>0}${color grey}${color grey}GMail OON: ${font1}${color white}${new_mails /var/mail/jozan/gmail_oon/INBOX}${font}${template0}${endif}\ -- cgit v1.2.3