From 96844ee603c44396f9abd9e1dee3ab4992fd6882 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 27 Feb 2022 02:16:47 +0000 Subject: icons --- icons/gen-load-icons.sh | 4 +++- icons/light/load_0.xpm | 53 +++++++++++++++++++++++++------------------------ icons/light/load_1.xpm | 53 +++++++++++++++++++++++++------------------------ icons/light/load_2.xpm | 53 +++++++++++++++++++++++++------------------------ icons/light/load_3.xpm | 39 ++++++++++++++++++------------------ icons/light/load_4.xpm | 35 ++++++++++++++++---------------- icons/light/load_5.xpm | 31 +++++++++++++++-------------- icons/light/load_6.xpm | 33 +++++++++++++++--------------- icons/light/load_7.xpm | 37 +++++++++++++++++----------------- icons/light/load_8.xpm | 41 +++++++++++++++++++------------------- 10 files changed, 195 insertions(+), 184 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"; diff --git a/icons/light/load_0.xpm b/icons/light/load_0.xpm index 5a875b8..258843c 100644 --- a/icons/light/load_0.xpm +++ b/icons/light/load_0.xpm @@ -1,30 +1,31 @@ /* XPM */ static char *load_0[] = { -"8 24 2 1", +"8 24 3 1", +"# c #999999", " c white", -"! c grey90", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -"!!!!!!!!", -" ", -" ", -" ", -" ", -" " +"! c #eeeeee", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"########", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!" }; diff --git a/icons/light/load_1.xpm b/icons/light/load_1.xpm index 86cb5a3..b780d50 100644 --- a/icons/light/load_1.xpm +++ b/icons/light/load_1.xpm @@ -1,30 +1,31 @@ /* XPM */ static char *load_1[] = { -"8 24 2 1", -"! c grey90", +"8 24 3 1", +"# c #999999", " c white", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -"!!!!!!!!", -"!!!!!!!!", -"!!!!!!!!", -" ", -" ", -" ", -" ", -" " +"! c #eeeeee", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"########", +"########", +"########", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!" }; diff --git a/icons/light/load_2.xpm b/icons/light/load_2.xpm index 209f788..68faefc 100644 --- a/icons/light/load_2.xpm +++ b/icons/light/load_2.xpm @@ -1,30 +1,31 @@ /* XPM */ static char *load_2[] = { -"8 24 2 1", -"! c grey90", +"8 24 3 1", +"! c #eeeeee", " c white", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -"!!!!!!!!", -"!!!!!!!!", -"!!!!!!!!", -"!!!!!!!!", -"!!!!!!!!", -" ", -" ", -" ", -" ", -" " +"# c #999999", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"########", +"########", +"########", +"########", +"########", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!" }; diff --git a/icons/light/load_3.xpm b/icons/light/load_3.xpm index 4de2c3d..5ee2a5a 100644 --- a/icons/light/load_3.xpm +++ b/icons/light/load_3.xpm @@ -1,20 +1,9 @@ /* XPM */ static char *load_3[] = { -"8 24 2 1", -"! c grey90", +"8 24 3 1", " c white", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", +"# c #999999", +"! c #eeeeee", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", @@ -22,9 +11,21 @@ static char *load_3[] = { "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", -" ", -" ", -" ", -" ", -" " +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!" }; diff --git a/icons/light/load_4.xpm b/icons/light/load_4.xpm index e58041f..1db225b 100644 --- a/icons/light/load_4.xpm +++ b/icons/light/load_4.xpm @@ -1,18 +1,9 @@ /* XPM */ static char *load_4[] = { -"8 24 2 1", -"! c grey90", +"8 24 3 1", " c white", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", +"# c #999999", +"! c #eeeeee", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", @@ -22,9 +13,19 @@ static char *load_4[] = { "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", -" ", -" ", -" ", -" ", -" " +"!!!!!!!!", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!" }; diff --git a/icons/light/load_5.xpm b/icons/light/load_5.xpm index 7e9b0ef..4a4b2fa 100644 --- a/icons/light/load_5.xpm +++ b/icons/light/load_5.xpm @@ -1,16 +1,9 @@ /* XPM */ static char *load_5[] = { -"8 24 2 1", -"! c grey90", +"8 24 3 1", +"# c #999999", " c white", -" ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", +"! c #eeeeee", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", @@ -19,12 +12,20 @@ static char *load_5[] = { "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", -" ", -" ", -" ", -" ", -" " +"!!!!!!!!", +"!!!!!!!!" }; diff --git a/icons/light/load_6.xpm b/icons/light/load_6.xpm index ca03d64..b743565 100644 --- a/icons/light/load_6.xpm +++ b/icons/light/load_6.xpm @@ -1,30 +1,31 @@ /* XPM */ static char *load_6[] = { -"8 24 2 1", +"8 24 3 1", +"! c #eeeeee", +"# c #999999", " c white", -"! c grey90", -" ", -" ", -" ", -" ", -" ", -" ", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", -"!!!!!!!!", -"!!!!!!!!", -"!!!!!!!!", -" ", -" ", -" ", -" ", -" " +"!!!!!!!!" }; diff --git a/icons/light/load_7.xpm b/icons/light/load_7.xpm index 8a58845..fd9845f 100644 --- a/icons/light/load_7.xpm +++ b/icons/light/load_7.xpm @@ -1,30 +1,31 @@ /* XPM */ static char *load_7[] = { -"8 24 2 1", -"! c grey90", +"8 24 3 1", +"! c #eeeeee", +"# c #999999", " c white", -" ", -" ", -" ", -" ", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", -"!!!!!!!!", -"!!!!!!!!", -"!!!!!!!!", -"!!!!!!!!", -"!!!!!!!!", -"!!!!!!!!", -"!!!!!!!!", -" ", -" ", -" ", -" ", -" " +"!!!!!!!!" }; diff --git a/icons/light/load_8.xpm b/icons/light/load_8.xpm index 6def104..1bfc6cf 100644 --- a/icons/light/load_8.xpm +++ b/icons/light/load_8.xpm @@ -1,30 +1,31 @@ /* XPM */ static char *load_8[] = { -"8 24 2 1", +"8 24 3 1", +"! c #eeeeee", +"# c #999999", " c white", -"! c grey75", -" ", -" ", -" ", -" ", "!!!!!!!!", "!!!!!!!!", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", -"!!!!!!!!", -"!!!!!!!!", -"!!!!!!!!", -"!!!!!!!!", -"!!!!!!!!", -"!!!!!!!!", -"!!!!!!!!", -"!!!!!!!!", -"!!!!!!!!", -" ", -" ", -" ", -" ", -" " +"!!!!!!!!" }; -- cgit v1.2.3