From 608b73cd13943e24ca1a4ac787b1300647e95f64 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Mon, 23 Feb 2026 22:17:58 +0100 Subject: [PATCH] fix restore conkycolors --- bin/conkyctl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/conkyctl b/bin/conkyctl index 427fbd7..a2ff7a8 100755 --- a/bin/conkyctl +++ b/bin/conkyctl @@ -417,7 +417,7 @@ resetcolorsall () { stippled_borders_all 0 default_color_all '#d3d4bf' color0_all '#accdc7' - color1_all '#61c4bc' + color1_all '#309552' color2_all '#E8CB2D' color3_all '#2bb0a5' fix_transparent_conkies @@ -427,7 +427,7 @@ resetcolorsone () { win_bgcolor '#142c2c' "${1}" default_color '#d3d4bf' "${1}" color0 '#accdc7' "${1}" - color1 '#61c4bc' "${1}" + color1 '#309552' "${1}" color2 '#E8CB2D' "${1}" color3 '#2bb0a5' "${1}" }