diff options
author | Joe <rrbo@proton.me> | 2023-01-12 16:10:07 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-01-12 16:10:07 +0100 |
commit | 757e1bdb320905ac134eaa4c40e6de7adb7bbbcd (patch) | |
tree | 4c26202ee6dffc3c82419c83167b4c321caf3adf /.config/conkyrc | |
parent | up (diff) | |
download | dotfiles-bsd-757e1bdb320905ac134eaa4c40e6de7adb7bbbcd.tar.gz dotfiles-bsd-757e1bdb320905ac134eaa4c40e6de7adb7bbbcd.tar.bz2 dotfiles-bsd-757e1bdb320905ac134eaa4c40e6de7adb7bbbcd.tar.xz dotfiles-bsd-757e1bdb320905ac134eaa4c40e6de7adb7bbbcd.tar.zst dotfiles-bsd-757e1bdb320905ac134eaa4c40e6de7adb7bbbcd.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/conkyrc | 8 |
1 files changed, 4 insertions, 4 deletions
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}\ |