Compare commits

..

No commits in common. "8c8f8f6e72d7f687f155dd22c5f47f4b94b84106" and "d10e29831071d1d380c3ff3615452b60a41a0fcc" have entirely different histories.

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}"
}