fix conky background_all
This commit is contained in:
@@ -35,6 +35,7 @@ win_bgcolor_all () {
|
|||||||
sd "own_window_colour .*=.*$" "own_window_colour = '${1}'," ${CONKYDIR}/*mbcolor.conkyrc
|
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 = false," ${CONKYDIR}/*mbcolor.conkyrc
|
||||||
sd "own_window_transparent.*$" "own_window_transparent = true," ${CONKYDIR}/logo_mbcolor.conkyrc
|
sd "own_window_transparent.*$" "own_window_transparent = true," ${CONKYDIR}/logo_mbcolor.conkyrc
|
||||||
|
fix_transparent_conkies
|
||||||
}
|
}
|
||||||
win_bgcolor () {
|
win_bgcolor () {
|
||||||
sd "own_window_colour .*=.*$" "own_window_colour = '${1}'," ${2}
|
sd "own_window_colour .*=.*$" "own_window_colour = '${1}'," ${2}
|
||||||
@@ -76,6 +77,7 @@ border_width_all () {
|
|||||||
fi
|
fi
|
||||||
sd "border_outer_margin.*$" "border_outer_margin = ${omargin}," ${CONKYDIR}/*mbcolor.conkyrc
|
sd "border_outer_margin.*$" "border_outer_margin = ${omargin}," ${CONKYDIR}/*mbcolor.conkyrc
|
||||||
sd "border_inner_margin.*$" "border_inner_margin = ${imargin}," ${CONKYDIR}/*mbcolor.conkyrc
|
sd "border_inner_margin.*$" "border_inner_margin = ${imargin}," ${CONKYDIR}/*mbcolor.conkyrc
|
||||||
|
draw_borders_all true
|
||||||
}
|
}
|
||||||
stippled_borders_all () {
|
stippled_borders_all () {
|
||||||
sd "stippled_borders.*$" "stippled_borders = ${1}," ${CONKYDIR}/*mbcolor.conkyrc
|
sd "stippled_borders.*$" "stippled_borders = ${1}," ${CONKYDIR}/*mbcolor.conkyrc
|
||||||
|
|||||||
Reference in New Issue
Block a user