From 3da0b5cfb4ceaf0be78351ad27b395c3a4ee1942 Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Tue, 30 Oct 2018 07:55:50 +0100 Subject: [PATCH] song: use get_song_dbus for rhythmbox --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 164d0b5f..5e9aafed 100755 --- a/neofetch +++ b/neofetch @@ -2382,7 +2382,6 @@ get_song() { "mpd"*|"mopidy"*) song="$(mpc -f '%artist%\n%album%\n%title%' current "${mpc_args[@]}")" ;; "mocp"*) song="$(mocp -Q '%artist\n%album\n%song')" ;; "google play"*) song="$(gpmdp-remote current)" ;; - "rhythmbox"*) song="$(rhythmbox-client --print-playing-format '%ta\n%at\n%tt')" ;; "deadbeef"*) song="$(deadbeef --nowplaying-tf '%artist%\n%album%\n%title%')" ;; "xmms2d"*) song="$(xmms2 current -f "\${artist}"$'\n'"\${album}"$'\n'"\${title}")" ;; "qmmp"*) song="$(qmmp --nowplaying '%p\n%a\n%t')" ;; @@ -2404,6 +2403,7 @@ get_song() { "amarok"*) get_song_dbus "amarok" ;; "dragon"*) get_song_dbus "dragonplayer" ;; "smplayer"*) get_song_dbus "smplayer" ;; + "rhythmbox"*) get_song_dbus "rhythmbox" ;; "cmus"*) song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "};