-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.conf
42 lines (42 loc) · 1.62 KB
/
config.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
print_info() {
prin "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ${cl1} : ${cl8}Shridal"
prin "┌──────────────────────────────────────┐"
info "\n \n ${cl1}גּ " distro
info "\n \n ${cl2} " model
info "\n \n ${cl6} " kernel
info "\n \n ${cl4} " uptime
info "\n \n ${cl5} " packages
info "\n \n ${cl6} " shell
info "\n \n ${cl1} " resolution
info "\n \n ${cl2} " wm
info "\n \n ${cl3} " wm_theme
# info "\n \n ${cl4} " theme
# info "\n \n ${cl5} " icons
info "\n \n ${cl6} " term
info "\n \n ${cl1} " cpu
info "\n \n ${cl2} " gpu
info "\n \n ${cl3} " memory
prin "└──────────────────────────────────────┘"
prin "\n"
prin "\n \n ${cl0}──${cl1}────${cl2}────${cl3}────${cl4}────${cl5}────${cl6}────${cl7}──"
# prin "\n \n \n \n \n \n ${c0}⬤ \n \n ${c1}⬤ \n \n ${c2}⬤ \n \n ${c3}⬤ \n \n ${c4}⬤ \n \n ${c5}⬤ \n \n ${c6}⬤ \n \n ${c7}⬤"
}
image_source="/home/shridal/.config/neofetch/ASCII/Arch.txt"
pur="\e[0;35m"
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"
cl8="${pur}"
cl0="${reset}"
cl1="${red}"
cl2="${green}"
cl3="${yellow}"
cl4="${blue}"
cl5="${magenta}"
cl6="${cyan}"
cl7="${white}"