diff options
Diffstat (limited to 'fakefetch.sh')
-rw-r--r-- | fakefetch.sh | 37 |
1 files changed, 21 insertions, 16 deletions
diff --git a/fakefetch.sh b/fakefetch.sh index da46d69..aca32ab 100644 --- a/fakefetch.sh +++ b/fakefetch.sh @@ -39,6 +39,11 @@ USERNAME=$(whoami) HOSTNAME=$(uname -n) #This shows what Distro you are using, only one can be active + +#you will need a package called lsb-release +#sudo pacman -S lsb-release +#sudo apt-get install lsb-release + DISTRO=$(lsb_release -sd | sed 's/"//g') #DISTRO=$(lsb_release -si) @@ -67,26 +72,26 @@ 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 # -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} \ (oo)\_______ Gpu → ${YELLOW}${GPU_INFO}${RESET}" -echo -e "${PURPLE} (__)\ )\/\ Term → ${YELLOW}${TERMINAL}${RESET}" -echo -e "${PURPLE} ||----w | ======================================================${RESET}" -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} \ (oo)\_______ Gpu → ${YELLOW}${GPU_INFO}${RESET}" +#echo -e "${PURPLE} (__)\ )\/\ Term → ${YELLOW}${TERMINAL}${RESET}" +#echo -e "${PURPLE} ||----w | ======================================================${RESET}" +#echo -e "${PURPLE} || || " #----------------------------------------------------------------------------------# # GNU # |