diff --git a/bin/colorizer b/bin/colorizer index f295819..91a660e 100755 --- a/bin/colorizer +++ b/bin/colorizer @@ -58,7 +58,7 @@ source "$CNF_FILE" case "$LANG" in pl*) - REGENERATE="(Re)Generuj..." + REGENERATE="(Re)Generuj z kolorów tapety..." REGENERATEALL="Regeneruj wszystko" ASCONFIGURED="wg konfiguracji" REVERSE="odwrotnie" @@ -143,7 +143,7 @@ case "$LANG" in HELP="Pomoc" ;; *) - REGENERATE="(Re)Generate..." + REGENERATE="(Re)Generate from wallpaper colors..." REGENERATEALL="Regenerate all" ASCONFIGURED="as configured" REVERSE="reverse" diff --git a/bin/conkyctl b/bin/conkyctl index feba7f2..68ff837 100755 --- a/bin/conkyctl +++ b/bin/conkyctl @@ -33,6 +33,7 @@ win_bgcolor () { } draw_borders_all () { sd "draw_borders.*$" "draw_borders = ${1}," ${CONKYDIR}/*mbcolor.conkyrc + sd "draw_borders.*$" "draw_borders = false," ${CONKYDIR}/logo_mbcolor.conkyrc } draw_borders () { sd "draw_borders.*$" "draw_borders = ${1}," ${2} @@ -40,6 +41,7 @@ draw_borders () { stippled_borders_all () { sd "stippled_borders.*$" "stippled_borders = ${1}," ${CONKYDIR}/*mbcolor.conkyrc sd "draw_borders.*$" "draw_borders = true," ${CONKYDIR}/*mbcolor.conkyrc + sd "draw_borders.*$" "draw_borders = false," ${CONKYDIR}/logo_mbcolor.conkyrc } stippled_borders () { sd "stippled_borders.*$" "stippled_borders = ${1}," ${2}