diff options
author | jao <jao@gnu.org> | 2022-08-13 05:43:40 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-13 05:43:40 +0100 |
commit | c94a9349d25394726456efc8b1dbcca8385b1b77 (patch) | |
tree | 92cea02c42af9a27f9bebec0bc26e2c793cabf7a /icons | |
parent | ec1c7a9a32f19fe83e6e05ddf93f130313a2dd49 (diff) | |
download | xmobar-config-c94a9349d25394726456efc8b1dbcca8385b1b77.tar.gz xmobar-config-c94a9349d25394726456efc8b1dbcca8385b1b77.tar.bz2 |
xmobar-single: tidy-ups galore
Diffstat (limited to 'icons')
-rw-r--r-- | icons/light/load_0.xpm | 2 | ||||
-rw-r--r-- | icons/light/load_1.xpm | 2 | ||||
-rw-r--r-- | icons/light/load_2.xpm | 2 | ||||
-rw-r--r-- | icons/light/load_3.xpm | 2 | ||||
-rw-r--r-- | icons/light/load_4.xpm | 2 | ||||
-rw-r--r-- | icons/light/load_5.xpm | 2 | ||||
-rw-r--r-- | icons/light/load_6.xpm | 2 | ||||
-rw-r--r-- | icons/light/load_7.xpm | 2 | ||||
-rw-r--r-- | icons/light/load_8.xpm | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/icons/light/load_0.xpm b/icons/light/load_0.xpm index 258843c..e2a5a9a 100644 --- a/icons/light/load_0.xpm +++ b/icons/light/load_0.xpm @@ -3,7 +3,7 @@ static char *load_0[] = { "8 24 3 1", "# c #999999", " c white", -"! c #eeeeee", +"! c gray94", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", diff --git a/icons/light/load_1.xpm b/icons/light/load_1.xpm index b780d50..4516093 100644 --- a/icons/light/load_1.xpm +++ b/icons/light/load_1.xpm @@ -3,7 +3,7 @@ static char *load_1[] = { "8 24 3 1", "# c #999999", " c white", -"! c #eeeeee", +"! c gray94", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", diff --git a/icons/light/load_2.xpm b/icons/light/load_2.xpm index 68faefc..6e3dc44 100644 --- a/icons/light/load_2.xpm +++ b/icons/light/load_2.xpm @@ -1,7 +1,7 @@ /* XPM */ static char *load_2[] = { "8 24 3 1", -"! c #eeeeee", +"! c gray94", " c white", "# c #999999", "!!!!!!!!", diff --git a/icons/light/load_3.xpm b/icons/light/load_3.xpm index 5ee2a5a..faa17c7 100644 --- a/icons/light/load_3.xpm +++ b/icons/light/load_3.xpm @@ -3,7 +3,7 @@ static char *load_3[] = { "8 24 3 1", " c white", "# c #999999", -"! c #eeeeee", +"! c gray94", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", diff --git a/icons/light/load_4.xpm b/icons/light/load_4.xpm index 1db225b..82aa896 100644 --- a/icons/light/load_4.xpm +++ b/icons/light/load_4.xpm @@ -3,7 +3,7 @@ static char *load_4[] = { "8 24 3 1", " c white", "# c #999999", -"! c #eeeeee", +"! c gray94", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", diff --git a/icons/light/load_5.xpm b/icons/light/load_5.xpm index 4a4b2fa..7bec2b9 100644 --- a/icons/light/load_5.xpm +++ b/icons/light/load_5.xpm @@ -3,7 +3,7 @@ static char *load_5[] = { "8 24 3 1", "# c #999999", " c white", -"! c #eeeeee", +"! c gray94", "!!!!!!!!", "!!!!!!!!", "!!!!!!!!", diff --git a/icons/light/load_6.xpm b/icons/light/load_6.xpm index b743565..58aa4d4 100644 --- a/icons/light/load_6.xpm +++ b/icons/light/load_6.xpm @@ -1,7 +1,7 @@ /* XPM */ static char *load_6[] = { "8 24 3 1", -"! c #eeeeee", +"! c gray94", "# c #999999", " c white", "!!!!!!!!", diff --git a/icons/light/load_7.xpm b/icons/light/load_7.xpm index fd9845f..301301a 100644 --- a/icons/light/load_7.xpm +++ b/icons/light/load_7.xpm @@ -1,7 +1,7 @@ /* XPM */ static char *load_7[] = { "8 24 3 1", -"! c #eeeeee", +"! c gray94", "# c #999999", " c white", "!!!!!!!!", diff --git a/icons/light/load_8.xpm b/icons/light/load_8.xpm index 1bfc6cf..0841fd4 100644 --- a/icons/light/load_8.xpm +++ b/icons/light/load_8.xpm @@ -1,7 +1,7 @@ /* XPM */ static char *load_8[] = { "8 24 3 1", -"! c #eeeeee", +"! c gray94", "# c #999999", " c white", "!!!!!!!!", |