summaryrefslogtreecommitdiff
path: root/roles/core/zsh
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 /roles/core/zsh
parentupdate info about coturn privileged ports as non-root hack (diff)
add linuxtage zsh banner
Diffstat (limited to 'roles/core/zsh')
-rw-r--r--roles/core/zsh/templates/banner.linuxtage.j217
1 files changed, 17 insertions, 0 deletions
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