🗑️ remove(neofetch): a lot of useless commented code in the conf file
This commit is contained in:
parent
351c8cfd80
commit
24418eb197
1 changed files with 4 additions and 27 deletions
|
@ -1,19 +1,17 @@
|
|||
print_info() {
|
||||
prin "┌─────────\n Hardware Information \n─────────┐"
|
||||
|
||||
info " " cpu
|
||||
info " " model
|
||||
info " " gpu
|
||||
# info " " disk
|
||||
info " " memory
|
||||
info " " resolution
|
||||
# info " " battery
|
||||
|
||||
prin "├─────────\n Software Information \n─────────┤"
|
||||
# info " " users
|
||||
|
||||
info " " distro
|
||||
# Just get your distro's logo off nerdfonts.com
|
||||
info " " kernel
|
||||
# info " " de
|
||||
info " " de
|
||||
info " " wm
|
||||
info " " shell
|
||||
info " " term
|
||||
info " " font
|
||||
|
@ -21,30 +19,9 @@ print_info() {
|
|||
info " " icons
|
||||
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 "\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
|
||||
magenta="\033[1;35m"
|
||||
|
|
Loading…
Add table
Reference in a new issue