summaryrefslogtreecommitdiffhomepage
path: root/icons/gen-load-icons.sh
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-02-27 02:16:47 +0000
committerjao <jao@gnu.org>2022-02-27 02:16:47 +0000
commit96844ee603c44396f9abd9e1dee3ab4992fd6882 (patch)
tree04d6510156f4878c262d8f03f4aa74f7219c8c8e /icons/gen-load-icons.sh
parent68c061b359184a3a60dc084d1526af5704f3bc52 (diff)
downloadxmobar-config-96844ee603c44396f9abd9e1dee3ab4992fd6882.tar.gz
xmobar-config-96844ee603c44396f9abd9e1dee3ab4992fd6882.tar.bz2
icons
Diffstat (limited to 'icons/gen-load-icons.sh')
-rwxr-xr-xicons/gen-load-icons.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/icons/gen-load-icons.sh b/icons/gen-load-icons.sh
index d3072de..8f346b6 100755
--- a/icons/gen-load-icons.sh
+++ b/icons/gen-load-icons.sh
@@ -16,7 +16,9 @@ my $color_fg = "grey90";
$color_bg = "#2B2B2B";
$color_bg = "#1f1f1f"; # zenburn
$color_bg = "#22242b"; # doom
-$color_fg = "grey40";
+$color_fg = "#999999";
+$color_bg = "#eeeeee";
+
for ( my $file_num = 0; $file_num <= 8; $file_num++ ) {
my $fname = "load_$file_num.xpm";