🗑️ remove(neofetch): a lot of useless commented code in the conf file

This commit is contained in:
Sergio Laín 2023-12-11 23:03:41 +01:00
parent 351c8cfd80
commit 24418eb197
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,19 +1,17 @@
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 "  " memory info "  " memory
info " 󰍹 " resolution 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 "  " de
info "  " shell info "  " shell
info "  " term info "  " term
info "  " font info "  " font
@ -21,30 +19,9 @@ print_info() {
info "  " icons info "  " icons
info " 󰊠 " packages info " 󰊠 " packages
# info " 󰅐 " uptime
# info "  " gpu_driver # Linux/macOS only
# info "  " cpu_usage
# info " ﱘ " song
# [[ "$player" ]] && prin "Music Player" "$player"
# info "  " local_ip
#info "  " public_ip
# info "  " locale # This only works on glibc systems.
prin "└───────────────────────────────────────┘" prin "└───────────────────────────────────────┘"
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}"
} }
# info "Disk" disk
# info "WM Theme" wm_theme
# info "CPU Usage" cpu_usage
# info "Battery" battery
# info "Font" font
# info "Song" song
# [[ $player ]] && prin "Music Player" "$player"
# info "Local IP" local_ip
#info "Public IP" public_ip
# info "Users" users
# info "Locale" locale # This only works on glibc systems.
# Colors for custom colorblocks # Colors for custom colorblocks
magenta="\033[1;35m" magenta="\033[1;35m"