Files
2022-07-05 18:32:09 +02:00

42 lines
1.1 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# See this wiki page for more info:
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
print_info() {
prin "\n"
prin "\n"
prin "\n"
info "\n \n \n \n \n \n \n \n \n USER" title
prin "┌───────────────────────────────┐"
info " OS" distro
info " Host" model
info " Kernel" kernel
info " Uptime" uptime
info " Packages" packages
info " Shell" shell
info " DE" de
info " WM" wm
info " Memory" memory
prin "└───────────────────────────────┘"
prin "\n"
prin "\n \n \n \n \n \n \n \n \n ${cl0}⬤ ${cl7}⬤ ${cl6}⬤ ${cl5}⬤ ${cl4}⬤ ${cl3}⬤ ${cl2}⬤ ${cl1}⬤"
}
reset="\033[0m"
red="\033[1;31m"
green="\033[1;32m"
yellow="\033[1;33m"
blue="\033[1;34m"
magenta="\033[1;35m"
cyan="\033[1;36m"
white="\033[1;37m"
cl0="${reset}"
cl1="${red}"
cl2="${green}"
cl3="${yellow}"
cl4="${blue}"
cl5="${magenta}"
cl6="${cyan}"
cl7="${white}"
image_source="/home/haru/Documents/ASCII Arts/arch.txt"