diff options
author | jao <jao@gnu.org> | 2022-08-13 17:15:15 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-13 17:15:15 +0100 |
commit | f62d3d8c2bc488f26fa21a3f824879d614570aec (patch) | |
tree | c28fedc2bea27e7cc85df7d0e0b2fc9ee5bc1de9 /icons | |
parent | c94a9349d25394726456efc8b1dbcca8385b1b77 (diff) | |
download | xmobar-config-f62d3d8c2bc488f26fa21a3f824879d614570aec.tar.gz xmobar-config-f62d3d8c2bc488f26fa21a3f824879d614570aec.tar.bz2 |
lib: clean ups
Diffstat (limited to 'icons')
-rwxr-xr-x | icons/gen-load-icons.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/icons/gen-load-icons.sh b/icons/gen-load-icons.sh index 8f346b6..b5d0473 100755 --- a/icons/gen-load-icons.sh +++ b/icons/gen-load-icons.sh @@ -13,11 +13,11 @@ my $color_bg = "white"; # my $color_fg = "darkseagreen"; my $color_fg = "grey90"; -$color_bg = "#2B2B2B"; -$color_bg = "#1f1f1f"; # zenburn -$color_bg = "#22242b"; # doom -$color_fg = "#999999"; -$color_bg = "#eeeeee"; +# $color_bg = "#2B2B2B"; +# $color_bg = "#1f1f1f"; # zenburn +# $color_bg = "#22242b"; # doom +# $color_fg = "#999999"; +# $color_bg = "#eeeeee"; for ( my $file_num = 0; $file_num <= 8; $file_num++ ) { |