Updating neofetch with my own scripts
This commit is contained in:
parent
aaa4cc438c
commit
0fa7ae3209
|
@ -31,12 +31,13 @@ print_info() {
|
||||||
# info "Font" font
|
# info "Font" font
|
||||||
# info "Song" song
|
# info "Song" song
|
||||||
# info "Playing" song
|
# info "Playing" song
|
||||||
#prin "Playing" "$(song)"
|
# prin "Playing" "$(song)"
|
||||||
# [[ $player ]] && prin "Player" "$player"
|
# [[ $player ]] && prin "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.
|
||||||
|
prin "Playing" "$(whatmusic siinamonster)"
|
||||||
prin "Weather" "$(weather)"
|
prin "Weather" "$(weather)"
|
||||||
|
|
||||||
info cols
|
info cols
|
||||||
|
|
Loading…
Reference in New Issue