From 0fa7ae320974ee51fdc44572d0a8745601ec592c Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Sat, 24 Dec 2022 03:36:29 +0200 Subject: [PATCH] Updating neofetch with my own scripts --- config/neofetch/config.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/neofetch/config.conf b/config/neofetch/config.conf index 37e8547..5dfaf4c 100644 --- a/config/neofetch/config.conf +++ b/config/neofetch/config.conf @@ -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 }