🎨 ux(neofetch): fix icons due to new nerd fonts update
This commit is contained in:
parent
a203f2fac0
commit
9ac2be9676
1 changed files with 9 additions and 9 deletions
|
@ -1,11 +1,11 @@
|
|||
print_info() {
|
||||
prin "┌─────────\n Hardware Information \n─────────┐"
|
||||
info " " cpu
|
||||
info " " model
|
||||
info " " gpu
|
||||
# info " " disk
|
||||
info " 塞" memory
|
||||
info " " resolution
|
||||
info " " cpu
|
||||
info " " model
|
||||
info " " gpu
|
||||
# info " " disk
|
||||
info " " memory
|
||||
info " " resolution
|
||||
# info " " battery
|
||||
prin "├─────────\n Software Information \n─────────┤"
|
||||
# info " " users
|
||||
|
@ -17,9 +17,9 @@ print_info() {
|
|||
info " " shell
|
||||
info " " term
|
||||
info " " font
|
||||
info " " theme
|
||||
info " " icons
|
||||
info " " packages
|
||||
info " " theme
|
||||
info " " icons
|
||||
info " " packages
|
||||
|
||||
# info " " uptime
|
||||
# info " " gpu_driver # Linux/macOS only
|
||||
|
|
Loading…
Add table
Reference in a new issue