Compare commits
2 commits
d10e298310
...
8c8f8f6e72
Author | SHA1 | Date | |
---|---|---|---|
8c8f8f6e72 | |||
a14636ac9f |
1 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
||||||
# I used custom seperators as the older one looked not very properly proportioned
|
# I used custom seperators as the older one looked not very properly proportioned
|
||||||
|
|
||||||
print_info() {
|
print_info() {
|
||||||
prin "┌─────────\n Hardware Information \n─────────┐"
|
prin "\n Hardware Information \n"
|
||||||
info " " model
|
info " " model
|
||||||
info " " cpu
|
info " " cpu
|
||||||
info " " gpu
|
info " " gpu
|
||||||
|
@ -15,11 +15,11 @@ print_info() {
|
||||||
info " 塞" memory
|
info " 塞" memory
|
||||||
info " " resolution
|
info " " resolution
|
||||||
# info " " battery
|
# info " " battery
|
||||||
prin "├─────────\n Software Information \n─────────┤"
|
prin "\n Software Information \n"
|
||||||
# info " " users
|
# info " " users
|
||||||
info " " distro
|
info " " distro
|
||||||
# Just get your distro's logo off nerdfonts.com
|
# Just get your distro's logo off nerdfonts.com
|
||||||
info " " kernel
|
info " " kernel
|
||||||
# info " " de
|
# info " " de
|
||||||
info " " wm
|
info " " wm
|
||||||
info " " shell
|
info " " shell
|
||||||
|
@ -37,7 +37,7 @@ print_info() {
|
||||||
# info " " local_ip
|
# info " " local_ip
|
||||||
# info " " public_ip
|
# info " " public_ip
|
||||||
# info " " locale # This only works on glibc systems.
|
# info " " locale # This only works on glibc systems.
|
||||||
prin "└───────────────────────────────────────┘"
|
prin ""
|
||||||
info cols
|
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}"
|
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}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue