diff options
author | Shipwreckt <conbur@protonmail.com> | 2024-01-24 15:28:36 +0000 |
---|---|---|
committer | Shipwreckt <conbur@protonmail.com> | 2024-01-24 15:28:36 +0000 |
commit | 64929fc38fae39c9b71052a89a1e8d15d12c292d (patch) | |
tree | ac1c3535768607b183e8c08a294e6cd101c05423 | |
parent | d680b345b135283099725617bb5d0b767b6e3f38 (diff) |
Added arch ASCII art
-rw-r--r-- | fakefetch.sh | 42 |
1 files changed, 34 insertions, 8 deletions
diff --git a/fakefetch.sh b/fakefetch.sh index aca32ab..d64f50d 100644 --- a/fakefetch.sh +++ b/fakefetch.sh @@ -72,13 +72,13 @@ TERMINAL="Alacritty" #----------------------------------------------------------------------------------# # Small Tux # -echo -e "${PURPLE} .--. ${USERNAME}@${HOSTNAME}${RESET}" -echo -e "${PURPLE} |o_o | ======================================================${RESET}" -echo -e "${PURPLE} |:_/ | OS → ${YELLOW}${DISTRO}${RESET}" -echo -e "${PURPLE} // \\ \ Cpu → ${YELLOW}${CPU_INFO} (${CORES})${RESET}" -echo -e "${PURPLE} (| | ) Gpu → ${YELLOW}${GPU_INFO}${RESET}" -echo -e "${PURPLE} /'\\_ _/ \ Term → ${YELLOW}${TERMINAL}${RESET}" -echo -e "${PURPLE} \\___)=(___/ ======================================================${RESET}" +#echo -e "${PURPLE} .--. ${USERNAME}@${HOSTNAME}${RESET}" +#echo -e "${PURPLE} |o_o | ======================================================${RESET}" +#echo -e "${PURPLE} |:_/ | OS → ${YELLOW}${DISTRO}${RESET}" +#echo -e "${PURPLE} // \\ \ Cpu → ${YELLOW}${CPU_INFO} (${CORES})${RESET}" +#echo -e "${PURPLE} (| | ) Gpu → ${YELLOW}${GPU_INFO}${RESET}" +#echo -e "${PURPLE} /'\\_ _/ \ Term → ${YELLOW}${TERMINAL}${RESET}" +#echo -e "${PURPLE} \\___)=(___/ ======================================================${RESET}" #----------------------------------------------------------------------------------# # cowsay # @@ -98,7 +98,7 @@ echo -e "${PURPLE} \\___)=(___/ =========================================== -#echo -e "${PURPLE} = ÷÷÷÷÷÷÷ × ÷÷÷÷÷ " +#echo -e "${PURPLE} = ÷÷÷÷÷÷÷ × ÷÷÷÷÷ " #echo -e "${PURPLE} ÷÷÷ ÷÷÷÷÷÷÷÷÷ ÷÷÷÷÷×÷÷÷ ÷÷ " #echo -e "${PURPLE} ÷÷ ÷ ÷ ÷ " #echo -e "${PURPLE} ÷÷π ÷ ∞÷÷÷÷ ÷ ÷÷÷ ÷ ÷÷ " @@ -123,3 +123,29 @@ echo -e "${PURPLE} \\___)=(___/ =========================================== #echo -e "${PURPLE} × ÷ " #echo -e "${PURPLE} = × √ " +#----------------------------------------------------------------------------------# +# Arch Linux # + +echo -e "${PURPLE} && " +echo -e "${PURPLE} &&&& " +echo -e "${PURPLE} &&&&&& " +echo -e "${PURPLE} &&&&&&& " +echo -e "${PURPLE} &&&&&&&& " +echo -e "${PURPLE} &&&&&&&&&& " +echo -e "${PURPLE} &&&&&&&&&& " +echo -e "${PURPLE} &&& &&&&&&&&& ${USERNAME}@${HOSTNAME}${RESET}" +echo -e "${PURPLE} &&&&&&&&&&&&&&&& ======================================================${RESET}" +echo -e "${PURPLE} &&&&&&&&&&&&&&&&&& OS → ${YELLOW}${DISTRO}${RESET}" +echo -e "${PURPLE} &&&&&&&&&&&&&&&&&&&& Cpu → ${YELLOW}${CPU_INFO} (${CORES})${RESET}" +echo -e "${PURPLE} &&&&&&&&&&&&&&&&&&&&&& Gpu → ${YELLOW}${GPU_INFO}${RESET}" +echo -e "${PURPLE} &&&&&&&&&&&&&&&&&&&&&&& Term → ${YELLOW}${TERMINAL}${RESET}" +echo -e "${PURPLE} &&&&&&&&&& &&&&&&&&&&& ======================================================${RESET}" +echo -e "${PURPLE} &&&&&&&&& &&&&&&&&&& " +echo -e "${PURPLE} &&&&&&&&&& &&&&&&&&&& " +echo -e "${PURPLE} &&&&&&&&&& &&&&&&&&&&& " +echo -e "${PURPLE} &&&&&&&&&&& &&&&&&&&& & " +echo -e "${PURPLE} &&&&&&&&&&&& &&&&&&&&&&&& " +echo -e "${PURPLE} &&&&&&&&&& &&&&&&&&&&& " +echo -e "${PURPLE} &&&&&& &&&&&&& " +echo -e "${PURPLE} &&&& &&&& " +echo -e "${PURPLE} & && " |