reset conky theme fix

This commit is contained in:
2026-02-20 00:14:25 +01:00
parent 8e3c4e4383
commit f9d85d90d6
3 changed files with 8 additions and 6 deletions

View File

@@ -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 () {

View File

@@ -1,7 +1,7 @@
#!/bin/bash
#
# colorizer - set of tools for Mabox (auto)theming
# Copyright (C) 2022-2025 Daniel Napora <napcok@gmail.com>
# Copyright (C) 2022-2026 Daniel Napora <danieln@maboxlinux.org>
#
# 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

View File

@@ -876,9 +876,9 @@ If you add more commands, a menu will be shown.</p>
</div>//-->
<div class="col m4 center colors">
<p><strong>Height (px)</strong></p>
width: 100%
fullwidth: 100%
<p><a class="tag dark-gray" href="run://mb-music cavastart 50 full">50</a> <a class="tag dark-gray" href="run://mb-music cavastart 100 full">100</a> <a class="tag dark-gray" href="run://mb-music cavastart 200 full">200</a></p>
width: 50%
halfwidth: 50%
<p><a class="tag dark-gray" href="run://mb-music cavastart 50 half">50</a> <a class="tag dark-gray" href="run://mb-music cavastart 100 half">100</a> <a class="tag dark-gray" href="run://mb-music cavastart 200 half">200</a></p>
</div>
</div>