mirror of
https://github.com/Chick2D/neofetch-themes.git
synced 2026-08-24 10:13:54 -05:00
Added Nyarch Neofetch Config
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
# https://github.com/miskatul-anwar
|
||||
print_info() {
|
||||
prin "\n"
|
||||
info "\n \n \n \n \n \n \n \n \n " title
|
||||
prin "┌───────────────────────────────┐"
|
||||
info " " distro
|
||||
info " " model
|
||||
info " " kernel
|
||||
info " " uptime
|
||||
info " " packages
|
||||
info " " shell
|
||||
info " " de
|
||||
info " " wm
|
||||
info " " memory
|
||||
prin "└───────────────────────────────┘"
|
||||
|
||||
prin "\n"
|
||||
prin "\n \n \n \n \n \n \n \n \n ${cl0}⬤ ${cl7}⬤ ${cl6}⬤ ${cl5}⬤ ${cl4}⬤ ${cl3}⬤ ${cl2}⬤ ${cl1}⬤"
|
||||
}
|
||||
|
||||
separator=" "
|
||||
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/miskat/.config/neofetch/nyarch.png"
|
||||
image_backend="kitty"
|
||||
# image_size="65%"
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 95 KiB |
Reference in New Issue
Block a user