diff --git a/bin/conkyctl b/bin/conkyctl index 623811f..d8a1314 100755 --- a/bin/conkyctl +++ b/bin/conkyctl @@ -767,10 +767,9 @@ if [[ "$OLD_SYNTAX" = "true" ]];then while IFS="|" read -r winclr clr clr0 clr1 clr2 scheme_name do ((n=n+1)) - out2+=("$(printf '%-20s' "${scheme_name}") ,conkyctl applyscheme usr $n ${1}") - #out2+=(" $schemetitle,conkyctl settheme $themefilename $1") - + out2+=("$(printf '%-20s' "${scheme_name}") ,conkyctl applyscheme sys $n ${1}") done < <(tail -n +2 "$SYSSCHEMES") + out2+=("^sep($YOUR_SCHEMES)") if [[ "$1" =~ "sysinfo_" ]]; then currcolors="${WINCLR}|${CLR}|${CLR0}|${CLR1}|${CLR2}|" @@ -781,8 +780,6 @@ if [[ "$OLD_SYNTAX" = "true" ]];then do ((n=n+1)) out2+=("$(printf '%-20s' "${scheme_name}") ,conkyctl applyscheme usr $n ${1}") - #out2+=(" $schemetitle,conkyctl settheme $themefilename $1") - done < <(tail -n +2 "$USERSCHEMES") out2+=("^sep($GENFROMWP)")