From fa2f8dc7435bd6703d702f45e711c016c2665ed8 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Wed, 11 Feb 2026 23:06:11 +0100 Subject: [PATCH] fix conky background_all --- bin/conkyctl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/conkyctl b/bin/conkyctl index 0351781..14203bd 100755 --- a/bin/conkyctl +++ b/bin/conkyctl @@ -35,6 +35,7 @@ win_bgcolor_all () { sd "own_window_colour .*=.*$" "own_window_colour = '${1}'," ${CONKYDIR}/*mbcolor.conkyrc sd "own_window_transparent.*$" "own_window_transparent = false," ${CONKYDIR}/*mbcolor.conkyrc sd "own_window_transparent.*$" "own_window_transparent = true," ${CONKYDIR}/logo_mbcolor.conkyrc + fix_transparent_conkies } win_bgcolor () { sd "own_window_colour .*=.*$" "own_window_colour = '${1}'," ${2} @@ -76,6 +77,7 @@ border_width_all () { fi sd "border_outer_margin.*$" "border_outer_margin = ${omargin}," ${CONKYDIR}/*mbcolor.conkyrc sd "border_inner_margin.*$" "border_inner_margin = ${imargin}," ${CONKYDIR}/*mbcolor.conkyrc + draw_borders_all true } stippled_borders_all () { sd "stippled_borders.*$" "stippled_borders = ${1}," ${CONKYDIR}/*mbcolor.conkyrc