From 31e6b1cb5e4f7465898d09606231830a1f4c20fd Mon Sep 17 00:00:00 2001 From: strNophix Date: Mon, 21 Mar 2022 18:56:36 +0100 Subject: [PATCH] Updated status_bar play state indicators --- pkg/status_bar.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/status_bar.go b/pkg/status_bar.go index efd1b7e..05ccb04 100644 --- a/pkg/status_bar.go +++ b/pkg/status_bar.go @@ -34,9 +34,9 @@ func (s statusBar) View() string { var statusKey string if s.isPaused { - statusKey = statusStyle.Render("PAUSED") + statusKey = statusStyle.Render("") } else { - statusKey = statusStyle.Render("NOW PLAYING") + statusKey = statusStyle.Render("") } statusVal := statusText.Copy().