dotfiles/neofetch/config.conf
2023-10-29 19:09:51 +05:30

42 lines
1.2 KiB
Plaintext
Raw 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.

print_info() {
prin "\n"
prin "\n"
prin "\n"
info "\n \n \n \n \n \n \n \n \n USER" title
prin "┌───────────────────────────────┐"
info " ${cl0}OS" distro #&
info " ${cl0}Host" model #&
info " ${cl0}Kernel" kernel #&
info " ${cl0}Uptime" uptime #&
info " ${cl0}Packages" packages #&
info " ${cl0}Shell" shell #&
info " ${cl0}DE" de #&
info " ${cl0}WM" wm #&
info " ${cl0}Memory" memory #&
wait
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="${magenta}"
cl1="${magenta}"
cl2="${magenta}"
cl3="${magenta}"
cl4="${magenta}"
cl5="${magenta}"
cl6="${magenta}"
cl7="${magenta}"
image_source="/home/kosh/.dotfiles/neofetch/logo"