From f9d85d90d6344550a7577385d316f02165632171 Mon Sep 17 00:00:00 2001
From: Daniel Napora
Date: Fri, 20 Feb 2026 00:14:25 +0100
Subject: [PATCH] reset conky theme fix
---
bin/conkyctl | 6 ++++--
bin/w2theme | 4 ++--
share/mabox-colorizer/help/en.html | 4 ++--
3 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/bin/conkyctl b/bin/conkyctl
index 14203bd..427fbd7 100755
--- a/bin/conkyctl
+++ b/bin/conkyctl
@@ -415,19 +415,21 @@ resetcolorsall () {
win_bgcolor_all '#142c2c'
draw_borders_all true
stippled_borders_all 0
- default_color_all '#309552'
+ default_color_all '#d3d4bf'
color0_all '#accdc7'
color1_all '#61c4bc'
color2_all '#E8CB2D'
+ color3_all '#2bb0a5'
fix_transparent_conkies
}
resetcolorsone () {
transparent false "${1}"
win_bgcolor '#142c2c' "${1}"
- default_color '#309552' "${1}"
+ default_color '#d3d4bf' "${1}"
color0 '#accdc7' "${1}"
color1 '#61c4bc' "${1}"
color2 '#E8CB2D' "${1}"
+ color3 '#2bb0a5' "${1}"
}
languages () {
diff --git a/bin/w2theme b/bin/w2theme
index b6bbd06..f8454f9 100755
--- a/bin/w2theme
+++ b/bin/w2theme
@@ -1,7 +1,7 @@
#!/bin/bash
#
# colorizer - set of tools for Mabox (auto)theming
-# Copyright (C) 2022-2025 Daniel Napora
+# Copyright (C) 2022-2026 Daniel Napora
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -517,7 +517,7 @@ rm -rf ~/.config/colorizer/pinned/$WALLNAME
}
resetall(){
-nitrogen default
+fehbg default
conkyctl resetcolorsall
obtctl resetMBcolors
jgctl resetMBcolors
diff --git a/share/mabox-colorizer/help/en.html b/share/mabox-colorizer/help/en.html
index 5c55762..ece9126 100644
--- a/share/mabox-colorizer/help/en.html
+++ b/share/mabox-colorizer/help/en.html
@@ -876,9 +876,9 @@ If you add more commands, a menu will be shown.
//-->
Height (px)
- width: 100%
+ fullwidth: 100%
50 100 200
- width: 50%
+ halfwidth: 50%
50 100 200