🎨 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() {
|
print_info() {
|
||||||
prin "┌─────────\n Hardware Information \n─────────┐"
|
prin "┌─────────\n Hardware Information \n─────────┐"
|
||||||
info " " cpu
|
info " " cpu
|
||||||
info " " model
|
info " " model
|
||||||
info " " gpu
|
info " " gpu
|
||||||
# info " " disk
|
# info " " disk
|
||||||
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
|
||||||
|
@ -17,9 +17,9 @@ print_info() {
|
||||||
info " " shell
|
info " " shell
|
||||||
info " " term
|
info " " term
|
||||||
info " " font
|
info " " font
|
||||||
info " " theme
|
info " " theme
|
||||||
info " " icons
|
info " " icons
|
||||||
info " " packages
|
info " " packages
|
||||||
|
|
||||||
# info " " uptime
|
# info " " uptime
|
||||||
# info " " gpu_driver # Linux/macOS only
|
# info " " gpu_driver # Linux/macOS only
|
||||||
|
|
Loading…
Add table
Reference in a new issue