reset conky theme fix
This commit is contained in:
@@ -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 () {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user