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