From 2302825dbca8118bd710ef2c2eb21af6d4afbc4a Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Thu, 3 Oct 2019 14:43:57 +0200 Subject: [PATCH] song: add comment about cmus mpris support --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 57e59577..aaaf43ce 100755 --- a/neofetch +++ b/neofetch @@ -2521,6 +2521,7 @@ get_song() { "plasma-browser-integration"*) get_song_dbus "plasma-browser-integration" ;; "cmus"*) + # NOTE: cmus >= 2.8.0 supports mpris2 song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "}; /tag artist/ { $1=$2=""; sub(" ", ""); a=$0