Updating neofetch with my own scripts

This commit is contained in:
Siina Mashek 2022-12-24 03:36:29 +02:00
parent aaa4cc438c
commit 0fa7ae3209

View File

@ -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
}