Neofetch Config Update

- Remove local and public IP from neofetch config
This commit is contained in:
Sravan Balaji
2020-06-25 19:35:15 -04:00
parent e28c28e075
commit a3a5413e47

View File

@@ -7,7 +7,7 @@ print_info() {
info "OS" distro info "OS" distro
info "Host" model info "Host" model
info "Kernel" kernel info "Kernel" kernel
# info "Uptime" uptime info "Uptime" uptime
info "Packages" packages info "Packages" packages
info "Shell" shell info "Shell" shell
info "Resolution" resolution info "Resolution" resolution
@@ -28,8 +28,8 @@ print_info() {
info "Font" font info "Font" font
# info "Song" song # info "Song" song
# [[ "$player" ]] && prin "Music Player" "$player" # [[ "$player" ]] && prin "Music Player" "$player"
info "Local IP" local_ip # info "Local IP" local_ip
info "Public IP" public_ip # info "Public IP" public_ip
# info "Users" users # info "Users" users
# info "Locale" locale # This only works on glibc systems. # info "Locale" locale # This only works on glibc systems.
# info cols # info cols