From abe6b82fc79a5a67f33f63e4741e7d2d90b10a86 Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Fri, 8 Jun 2018 14:18:56 +0200 Subject: [PATCH] song: add comment for exaile --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 559a7b33..94262606 100755 --- a/neofetch +++ b/neofetch @@ -2411,6 +2411,7 @@ get_song() { ;; "exaile"*) + # NOTE: Exaile >= 4.0.0 will support mpris2. song="$(dbus-send --print-reply --dest=org.exaile.Exaile /org/exaile/Exaile \ org.exaile.Exaile.Query | awk -F':|,' '{if ($6 && $8 && $4) printf $6 " \n" $8 " \n" $4}')"