summaryrefslogtreecommitdiff
path: root/roles/zsh/templates/banner.chaos-at-home.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/zsh/templates/banner.chaos-at-home.j2')
-rw-r--r--roles/zsh/templates/banner.chaos-at-home.j214
1 files changed, 7 insertions, 7 deletions
diff --git a/roles/zsh/templates/banner.chaos-at-home.j2 b/roles/zsh/templates/banner.chaos-at-home.j2
index 61b6f794..74762bbe 100644
--- a/roles/zsh/templates/banner.chaos-at-home.j2
+++ b/roles/zsh/templates/banner.chaos-at-home.j2
@@ -1,13 +1,13 @@
#!/bin/bash
echo -e ""
-echo -e " ██████╗██╗ ██╗ █████╗ ██████╗ ███████╗ ██████╗ ██╗ ██╗ ██████╗ ███╗ ███╗███████╗"
-echo -e " ██╔════╝██║ ██║██╔══██╗██╔═══██╗██╔════╝ ██╔═══██╗ ██║ ██║██╔═══██╗████╗ ████║██╔════╝"
-echo -e " ██║ ███████║███████║██║ ██║███████╗ ██║██╗██║ ███████║██║ ██║██╔████╔██║█████╗ "
-echo -e " ██║ ██╔══██║██╔══██║██║ ██║╚════██║ ██║██║██║ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ "
-echo -e " ╚██████╗██║ ██║██║ ██║╚██████╔╝███████║ ╚█║████╔╝ ██║ ██║╚██████╔╝██║ ╚═╝ ██║███████╗"
-echo -e " ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝ ╚╝╚═══╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝"
+echo -e " \033[0;37m █████╗██╗ ██╗ ████╗ █████╗ ██████╗\033[1;30m ██████╗ \033[0;37m██╗ ██╗ █████╗ ███╗ ███╗█████╗\033[0m"
+echo -e " \033[0;37m██╔═══╝██║ ██║██╔═██╗██╔══██╗██╔═══╝\033[1;30m ██╔═══██╗ \033[0;37m██║ ██║██╔══██╗████╗████║██╔══╝\033[0m"
+echo -e " \033[0;37m██║ ██████║██████║██║ ██║██████╗\033[1;30m ██║██╗██║ \033[0;37m██████║██║ ██║██╔███╔██║████╗ \033[0m"
+echo -e " \033[0;37m██║ ██╔═██║██╔═██║██║ ██║╚═══██║\033[1;30m ██║██║██║ \033[0;37m██╔═██║██║ ██║██║╚══╝██║██╔═╝ \033[0m"
+echo -e " \033[0;37m╚█████╗██║ ██║██║ ██║╚█████╔╝██████║\033[1;30m ╚█║████╔╝ \033[0;37m██║ ██║╚█████╔╝██║ ██║█████╗\033[0m"
+echo -e " \033[0;37m ╚════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚════╝ ╚═════╝\033[1;30m ╚╝╚═══╝ \033[0;37m╚═╝ ╚═╝ ╚════╝ ╚═╝ ╚═╝╚════╝\033[0m"
echo -e ""
-echo -en "\033[1m {{ host_name | upper | join(' ') }} \033[0m"
+echo -en "\033[1m {{ host_name | upper | join(' ') }} \033[0m"
echo -e "\n"
uptime