From 757e1bdb320905ac134eaa4c40e6de7adb7bbbcd Mon Sep 17 00:00:00 2001
From: Joe <rrbo@proton.me>
Date: Thu, 12 Jan 2023 16:10:07 +0100
Subject: up

---
 .config/conkyrc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to '.config/conkyrc')

diff --git a/.config/conkyrc b/.config/conkyrc
index 1746b4b..e36ff3a 100644
--- a/.config/conkyrc
+++ b/.config/conkyrc
@@ -47,11 +47,11 @@ conky.config = {
 
 conky.text = [[
 ${color grey}${alignc}${time %A %e %B %Y : %Hh%M}
-${hr}
+${hr}${if_mpd_playing}
 ${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}${if_up re0}
+${font1}${color white}${mpd_status}: ${mpd_artist} - ${mpd_title}
+${mpd_elapsed}/${mpd_length} ${mpd_bar}${font}
+${hr}${endif}${if_up re0}
 ${font2}${color white}${alignc}${execi 1800 curl wttr.in/Lyon?T0 --silent --max-time 3}${font}
 ${hr}${endif}
 ${color grey}${alignc}New mails${template0}\
-- 
cgit v1.2.3