From 1f482d786c21bc1fd339a6505fc93c48f90faff5 Mon Sep 17 00:00:00 2001 From: Andrew Titmuss Date: Fri, 13 Oct 2017 13:38:08 +1100 Subject: [PATCH] remove a debug line for cmus (oops) --- neofetch | 2 -- 1 file changed, 2 deletions(-) diff --git a/neofetch b/neofetch index e6678153..e244e754 100755 --- a/neofetch +++ b/neofetch @@ -1427,8 +1427,6 @@ guayadeque|yarock|qmmp|quodlibet|deepin-music|tomahawk|pogo|elisa/ {printf $5 " )" } - player="cmus" - case "${player/*\/}" in "mpd"* | "mopidy"*) song="$(mpc current)" ;; "mocp"*) song="$(mocp -Q "%artist - %song")" ;;