Updating neofetch with my own scripts
This commit is contained in:
parent
aaa4cc438c
commit
0fa7ae3209
|
@ -31,13 +31,14 @@ print_info() {
|
|||
# info "Font" font
|
||||
# info "Song" song
|
||||
# info "Playing" song
|
||||
#prin "Playing" "$(song)"
|
||||
# prin "Playing" "$(song)"
|
||||
# [[ $player ]] && prin "Player" "$player"
|
||||
# info "Local IP" local_ip
|
||||
# info "Public IP" public_ip
|
||||
# info "Users" users
|
||||
# info "Locale" locale # This only works on glibc systems.
|
||||
prin "Weather" "$(weather)"
|
||||
prin "Playing" "$(whatmusic siinamonster)"
|
||||
prin "Weather" "$(weather)"
|
||||
|
||||
info cols
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue