From 9a31c72f6068da4dcde6ddb8bfef4a7626bb0eb5 Mon Sep 17 00:00:00 2001 From: Florian Schlegel Date: Sun, 30 Aug 2020 22:42:50 +0200 Subject: [PATCH] move ChCh propaganda to config section --- departure.sh | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/departure.sh b/departure.sh index 018fb9e..ed3706d 100755 --- a/departure.sh +++ b/departure.sh @@ -26,6 +26,18 @@ LOGO_S[3]="\\t\\t█ ██▄██▀█ █ █▄██▀█ █ █ █ LOGO_S[4]="\\t\\t█ █▄▄▄▄█▄█▄█▄▄▄▄█▄█▄██ █ " LOGO_S[5]="\\t\\t█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█ " +PROPAGANDA=" +\t\t┌──────────────────────────────────────────────────────────┐ +\t\t│""\e[7m"" Der Chaostreff Chemnitz (ChCh) ist ein lockeres Treffen ""\e[27m""│ +\t\t│""\e[7m"" von technikbegeisterten und kreativen Menschen. Als ""\e[27m""│ +\t\t│""\e[7m"" Chaostreff fühlen wir uns dem Chaos Computer Club (CCC) ""\e[27m""│ +\t\t│""\e[7m"" nahe. ""\e[27m""│ +\t\t│""\e[7m"" ""\e[27m""│ +\t\t│""\e[7m"" Besucht uns online oder Montags im zweiten Stock. ""\e[27m""│ +\t\t└──────────────────────────────────────────────────────────┘ +\t\t""\e[1m"" C H A O S C H E M N I T Z . D E ""\e[0m" + + ########################## if [ -z "$(which jq)" ]; then @@ -217,16 +229,7 @@ print_chch_propaganda() clear draw_logo_time LOGO_AND_TIME $(($(date +%s)+$SYSTEM_TIME_DELTA)) echo -e "$LOGO_AND_TIME" - echo -e " -\t\t┌──────────────────────────────────────────────────────────┐ -\t\t│""\e[7m"" Der Chaostreff Chemnitz (ChCh) ist ein lockeres Treffen ""\e[27m""│ -\t\t│""\e[7m"" von technikbegeisterten und kreativen Menschen. Als ""\e[27m""│ -\t\t│""\e[7m"" Chaostreff fühlen wir uns dem Chaos Computer Club (CCC) ""\e[27m""│ -\t\t│""\e[7m"" nahe. ""\e[27m""│ -\t\t│""\e[7m"" ""\e[27m""│ -\t\t│""\e[7m"" Besucht uns online oder Montags im zweiten Stock. ""\e[27m""│ -\t\t└──────────────────────────────────────────────────────────┘ -\t\t""\e[1m"" C H A O S C H E M N I T Z . D E ""\e[0m" + echo -e "$PROPAGANDA" sleep 10 }