From 6cc14071297c60b3425cea2248061da3496e05e6 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sat, 25 Jul 2020 11:08:24 +0200 Subject: [PATCH] [CONKY] Add scroll for the cmus style tag --- .config/conky/conky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/conky/conky.conf b/.config/conky/conky.conf index 0fc4c0f..b0089ec 100644 --- a/.config/conky/conky.conf +++ b/.config/conky/conky.conf @@ -145,7 +145,7 @@ ${downspeedgraph enp0s31f6 25,160 99cc33 006600}$alignr${upspeedgraph enp0s31f6 ############################################## ${color0}${font sans-serif:bold:size=8}MUSIC ${hr 2}$color $font${if_running cmus}${exec cmus-remote -Q 2>/dev/null | grep 'tag artist ' | cut -d " " -f 3-} $alignr ${exec ~/.config/conky/cmus-country.sh} -${exec cmus-remote -Q 2>/dev/null | grep 'tag genre ' | cut -d " " -f 3-} +${scroll wait 53 3 1 ${exec cmus-remote -Q 2>/dev/null | grep 'tag genre ' | cut -d " " -f 3-}} ${exec cmus-remote -Q 2>/dev/null | grep 'date' | cut -d " " -f 3-} - ${exec cmus-remote -Q 2>/dev/null | grep 'tag album ' | cut -d " " -f 3-} ${exec cmus-remote -Q | grep tracknumber | cut -d " " -f 3}. ${exec cmus-remote -Q 2>/dev/null | grep 'title' | cut -d " " -f 3-} ${execbar ~/.config/conky/cmus-conky-timebar.sh}${color white}