|
|
@ -817,9 +817,10 @@ if [[ "$OLD_SYNTAX" = "true" ]];then
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [[ "$FONT" != "" ]];then
|
|
|
|
if [[ "$1" != *"logo_mbcolor"* ]]; then
|
|
|
|
if [[ "$1" != *"logo_mbcolor"* ]]; then
|
|
|
|
if [[ "$1" != *"quoter_mbcolor"* ]]; then
|
|
|
|
if [[ "$1" != *"quoter_mbcolor"* ]]; then
|
|
|
|
|
|
|
|
|
|
|
|
out+=("<big></big> $FONTS [ <b><span font_family=\"${FONT}\">$FONT</span> $FONTSIZE</b> ],^checkout(fontsingle)")
|
|
|
|
out+=("<big></big> $FONTS [ <b><span font_family=\"${FONT}\">$FONT</span> $FONTSIZE</b> ],^checkout(fontsingle)")
|
|
|
|
out2+=("^tag(fontsingle)")
|
|
|
|
out2+=("^tag(fontsingle)")
|
|
|
|
out2+=("^sep($FONTS)")
|
|
|
|
out2+=("^sep($FONTS)")
|
|
|
@ -853,7 +854,7 @@ if [[ "$OLD_SYNTAX" = "true" ]];then
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
[[ "$SHADOWS" == "shadow" ]] && out+=("<big></big> $SHADOW,conkyctl shades no ${1};$me") || out+=("<big></big> $SHADOW,conkyctl shades shadow ${1};$me")
|
|
|
|
[[ "$SHADOWS" == "shadow" ]] && out+=("<big></big> $SHADOW,conkyctl shades no ${1};$me") || out+=("<big></big> $SHADOW,conkyctl shades shadow ${1};$me")
|
|
|
|
[[ "$SHADOWS" == "outline" ]] && out+=("<big></big> $OLINE,conkyctl shades no ${1};$me") || out+=("<big></big> $OLINE,conkyctl shades outline ${1};$me")
|
|
|
|
[[ "$SHADOWS" == "outline" ]] && out+=("<big></big> $OLINE,conkyctl shades no ${1};$me") || out+=("<big></big> $OLINE,conkyctl shades outline ${1};$me")
|
|
|
|
out+=("^sep()")
|
|
|
|
#out+=("^sep()")
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
[[ "$BORD" == false ]] && out+=("<big></big> $BORDERS [ <b>$STIP</b> ],^checkout(bordersingle)") || out+=("<big></big> $BORDERS [ <b>$STIP</b> ],^checkout(bordersingle)")
|
|
|
|
[[ "$BORD" == false ]] && out+=("<big></big> $BORDERS [ <b>$STIP</b> ],^checkout(bordersingle)") || out+=("<big></big> $BORDERS [ <b>$STIP</b> ],^checkout(bordersingle)")
|
|
|
@ -868,6 +869,7 @@ if [[ "$OLD_SYNTAX" = "true" ]];then
|
|
|
|
out2+=("2,conkyctl stippled_borders 2 ${1};$me")
|
|
|
|
out2+=("2,conkyctl stippled_borders 2 ${1};$me")
|
|
|
|
out2+=("3,conkyctl stippled_borders 3 ${1};$me")
|
|
|
|
out2+=("3,conkyctl stippled_borders 3 ${1};$me")
|
|
|
|
out2+=("4,conkyctl stippled_borders 4 ${1};$me")
|
|
|
|
out2+=("4,conkyctl stippled_borders 4 ${1};$me")
|
|
|
|
|
|
|
|
fi
|
|
|
|
fi #OLD SYNTAX CHECK
|
|
|
|
fi #OLD SYNTAX CHECK
|
|
|
|
out+=("^sep()")
|
|
|
|
out+=("^sep()")
|
|
|
|
out+=(" $EDIT ${title^},xdg-open ${1}")
|
|
|
|
out+=(" $EDIT ${title^},xdg-open ${1}")
|
|
|
|