From 80174ea4d9b3f2e1fb35de8214b011275ed4b736 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 25 Nov 2020 14:09:31 +0200 Subject: [PATCH] neofetch: swap to apt for packages. Possible fix for #1616 --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index 4a625fe0..7b68ffb3 100755 --- a/neofetch +++ b/neofetch @@ -1522,7 +1522,7 @@ get_packages() { has kiss && tot kiss l has cpt-list && tot cpt-list has pacman-key && tot pacman -Qq --color never - has dpkg && tot dpkg-query -f '.\n' -W + has apt && tot apt list has rpm && tot rpm -qa has xbps-query && tot xbps-query -l has apk && tot apk info @@ -2844,7 +2844,7 @@ get_song() { string & "\n" & album of current track as¬ string & "\n" & name of current track as string')" ;; - + "music"*) song="$(osascript -e 'tell application "Music" to artist of current track as¬ string & "\n" & album of current track as¬