Update neofetch config 😆
This commit is contained in:
parent
bb73c2a688
commit
3cd28ef39d
1 changed files with 4 additions and 4 deletions
|
@ -24,11 +24,11 @@ print_info() {
|
|||
|
||||
# info "GPU Driver" gpu_driver # Linux/macOS only
|
||||
# info "CPU Usage" cpu_usage
|
||||
# info "Disk" disk
|
||||
info "Disk" disk
|
||||
info "Battery" battery
|
||||
# info "Font" font
|
||||
# info "Song" song
|
||||
# [[ "$player" ]] && prin "Music Player" "$player"
|
||||
info "Font" font
|
||||
info "Song" song
|
||||
[[ "$player" ]] && prin "Music Player" "$player"
|
||||
# info "Local IP" local_ip
|
||||
# info "Public IP" public_ip
|
||||
# info "Users" users
|
||||
|
|
Loading…
Reference in a new issue