aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2016-03-28 21:08:04 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2016-03-28 21:08:04 +0200
commit8a3144f0acb7fd934826ccc478707e77bda097d7 (patch)
tree1f92a6ad728ba831a351cb6138fb896d6ff46c37
parent48423aa4afdd661d32f1438cd8d42cbc741d27fd (diff)
downloadxK-8a3144f0acb7fd934826ccc478707e77bda097d7.tar.gz
xK-8a3144f0acb7fd934826ccc478707e77bda097d7.tar.xz
xK-8a3144f0acb7fd934826ccc478707e77bda097d7.zip
degesch: update program logo
I've noticed that the old one wasn't very pleasant to look at.
-rw-r--r--degesch.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/degesch.c b/degesch.c
index 08b66a5..8932d5a 100644
--- a/degesch.c
+++ b/degesch.c
@@ -13098,12 +13098,12 @@ main (int argc, char *argv[])
static const char *g_logo[] =
{
- " __ __ ",
- " __/ / ____ ____ ____ ____ ____ / /_ ",
- " / / / , / / / / , / / __/ / __/ / __ \\ ",
- " / / / / __/ / / / / __/ /_ / / /_ / / / / ",
- "/___/ /___/ /_ / /___/ /___/ /___/ /_/ /_/ " PROGRAM_VERSION,
- " /___/ ",
+ " __ __ ",
+ " __/ /___________________/ / ",
+ " / / , / / , / __/ __/ _ \\ ",
+ "/ / / __/ / / __/_ / /_/ // / ",
+ "\\__/\\__/_ /\\__/___/\\__/_//_/ " PROGRAM_VERSION,
+ " /___/",
""
};