Compare commits

..

2 commits

Author SHA1 Message Date
8c8f8f6e72
Better separator 2022-04-12 15:06:25 -06:00
a14636ac9f
Neofetch icons now make more sense 2022-04-12 14:34:43 -06:00

View file

@ -7,7 +7,7 @@
# I used custom seperators as the older one looked not very properly proportioned
print_info() {
prin "┌─────────\n Hardware Information \n─────────┐"
prin "\n Hardware Information \n"
info "  " model
info "  " cpu
info "  " gpu
@ -15,11 +15,11 @@ print_info() {
info " 塞" memory
info "  " resolution
# info " 󱈑 " battery
prin "├─────────\n Software Information \n─────────┤"
prin "\n Software Information \n"
# info "  " users
info " " distro
info " " distro
# Just get your distro's logo off nerdfonts.com
info " " kernel
info " " kernel
# info "  " de
info "  " wm
info "  " shell
@ -37,7 +37,7 @@ print_info() {
# info "  " local_ip
# info "  " public_ip
# info "  " locale # This only works on glibc systems.
prin "└───────────────────────────────────────┘"
prin ""
info cols
prin "\n \n \n \n \n ${cl3} \n \n ${cl5} \n \n ${cl2} \n \n ${cl6} \n \n ${cl4} \n \n ${cl1} \n \n ${cl7} \n \n ${cl0}"
}