This repository has been archived by the owner on May 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.conf
46 lines (38 loc) · 1.65 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
43
44
45
46
# Made by: https://github.com/hafiz-muhammad
# Download Nerd Fonts to correctly render the icons: https://www.nerdfonts.com/font-downloads
# Neofetch customization wiki: https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
print_info () {
prin "┏━━━━━━━━━━━━━\n Software Information \n━━━━━━━━━━━━━┓"
info "\n \n $(color 1) " distro
info "\n \n $(color 3) " kernel
info "\n \n $(color 2) " packages
info "\n \n $(color 5) " de
info "\n \n $(color 6) " wm
info "\n \n $(color 4) " term
info "\n \n $(color 2) " shell
prin "┣━━━━━━━━━━━━━\n Hardware Information \n━━━━━━━━━━━━━┫"
info "\n \n $(color 3) " resolution
info "\n \n $(color 2) " cpu
info "\n \n $(color 1) " gpu
info "\n \n $(color 5) " memory
prin "┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛"
prin "\n"
prin "\n \n \n \n \n \n $(color 1) $(color 2) $(color 3) $(color 4)
$(color 5) $(color 6) $(color 7) $(color 8) \n \n \n \n \n \n $(color 9)
$(color 10) $(color 11) $(color 12) $(color 13) $(color 14)
$(color 15) $(color 16) "
}
# Info separator
separator=" "
# Show/Hide OS Architecture
os_arch="off"
# Memory output unit
memory_unit="gib"
# Hide/Show CPU speed
cpu_speed="off"
# Display CPU cores in output
cpu_cores="off"
# Show $SHELL version
shell_version="off"
# Gap between image and text
gap=3