forked from logan/dotfiles
Better separator
This commit is contained in:
parent
a14636ac9f
commit
8c8f8f6e72
1 changed files with 3 additions and 3 deletions
|
@ -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,7 +15,7 @@ print_info() {
|
|||
info " 塞" memory
|
||||
info " " resolution
|
||||
# info " " battery
|
||||
prin "├─────────\n Software Information \n─────────┤"
|
||||
prin "\n Software Information \n"
|
||||
# info " " users
|
||||
info " " distro
|
||||
# Just get your distro's logo off nerdfonts.com
|
||||
|
@ -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}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue