summaryrefslogtreecommitdiffhomepage
path: root/icons/gen-load-icons.sh
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2019-10-14 00:45:54 +0100
committerjao <jao@gnu.org>2019-10-14 00:45:54 +0100
commite0cb3b4e09b5367a1b330f1de508e0452ed60db8 (patch)
treebeaf12fb65d70c71ac3061f53b0cc9d89b150f81 /icons/gen-load-icons.sh
parent738df74921f796f4cc396b6d58de7c6b426ae6f3 (diff)
downloadxmobar-config-e0cb3b4e09b5367a1b330f1de508e0452ed60db8.tar.gz
xmobar-config-e0cb3b4e09b5367a1b330f1de508e0452ed60db8.tar.bz2
tweaking dark icons
Diffstat (limited to 'icons/gen-load-icons.sh')
-rwxr-xr-xicons/gen-load-icons.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/icons/gen-load-icons.sh b/icons/gen-load-icons.sh
index 6b07de9..12f61ed 100755
--- a/icons/gen-load-icons.sh
+++ b/icons/gen-load-icons.sh
@@ -3,7 +3,6 @@
use warnings;
use strict;
-use local::lib;
use Image::Xpm;
use POSIX;
@@ -14,8 +13,8 @@ my $color_bg = "white";
# my $color_fg = "darkseagreen";
my $color_fg = "grey90";
-# $color_bg = "black";
-# $color_fg = "grey40";
+$color_bg = "#2B2B2B";
+$color_fg = "grey40";
for ( my $file_num = 0; $file_num <= 8; $file_num++ ) {
my $fname = "load_$file_num.xpm";