summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-03-21 04:58:30 +0100
committerChristian Pointner <equinox@spreadspace.org>2021-03-21 04:58:30 +0100
commitddf4304792af8bc15e85e33b7b8e248640470f31 (patch)
tree4e619120ebb515ad2dc75b3ca93c799679d8d89d
parentupdate info about coturn privileged ports as non-root hack (diff)
add linuxtage zsh banner
-rw-r--r--inventory/group_vars/glt-live/vars.yml2
-rw-r--r--roles/core/zsh/templates/banner.linuxtage.j217
2 files changed, 18 insertions, 1 deletions
diff --git a/inventory/group_vars/glt-live/vars.yml b/inventory/group_vars/glt-live/vars.yml
index 42f824c8..db6028f7 100644
--- a/inventory/group_vars/glt-live/vars.yml
+++ b/inventory/group_vars/glt-live/vars.yml
@@ -1,5 +1,5 @@
---
-zsh_banner: spreadspace
+zsh_banner: linuxtage
acmetool_account_email: equinox@spreadspace.org
acmetool_directory_server: "{{ acmetool_directory_server_le_live_v2 }}"
diff --git a/roles/core/zsh/templates/banner.linuxtage.j2 b/roles/core/zsh/templates/banner.linuxtage.j2
new file mode 100644
index 00000000..2ca5b1ed
--- /dev/null
+++ b/roles/core/zsh/templates/banner.linuxtage.j2
@@ -0,0 +1,17 @@
+#!{{ zsh_banner_shell }}
+
+echo -e ""
+echo -e " \033[1;30m██████████████████████████████████████████████████████████████████████\033[0m"
+echo -e " \033[1;30m█▌ ▐█\033[0m"
+echo -e " \033[1;30m█▌ \033[1;37mG\033[1;30m ██ ██ █▙ ██ ▐█▌ ▐█▌▜█▙ ▟█▛▗█████ ▐██▌ ▟█████ ██████ ▐█\033[0m"
+echo -e " \033[1;30m█▌ \033[1;37mR\033[1;30m ██ ██ ██▙ ██ ▐█▌ ▐█▌ ▜█▙▟█▛ ██ ████ ▐█▛ ██ ▐█\033[0m"
+echo -e " \033[1;30m█▌ \033[1;37mA\033[1;30m ██ ██ ███▙██ ▐█▌ ▐█▌ ▜██▛ ██ ▐█▌▐█▌ ▐█▌ ▄▄▄ ██▄▄▄▖ ▐█\033[0m"
+echo -e " \033[1;30m█▌ \033[1;37mZ\033[1;30m ██ ██ ██▜███ ▐█▌ ▐█▌ ▟██▙ ██ ██ ██ ▐█▌ ▀██ ██▀▀▀▘ ▐█\033[0m"
+echo -e " \033[1;30m█▌ \033[1;37mE\033[1;30m ██ ██ ██ ▜██ ▐█▙ ▟█▌ ▟█▛▜█▙ ██ ▐██████▌▐█▙ ██ ██ ▐█\033[0m"
+echo -e " \033[1;30m█▌ \033[1;37mR\033[1;30m ██████ ██ ██ ▜█ ▜████▛ ▟█▛ ▜█▙ ██ ██ ██ ▜█████ ██████ ▐█\033[0m"
+echo -e " \033[1;30m█▌ ▐█\033[0m"
+echo -e " \033[1;30m██████████████████████████████████████████████████████████████████████\033[0m"
+echo -e ""
+echo -en "\033[1m {{ host_name | upper | join(' ') }} \033[0m"
+echo -e "\n"
+uptime