From e5cc4e207e2a5b3c36a99d836d4abbc4d2566d42 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= <lelgenio@disroot.org>
Date: Mon, 3 Jun 2024 20:46:23 -0300
Subject: [PATCH] waybar: always show mpd icon

---
 user/waybar/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user/waybar/default.nix b/user/waybar/default.nix
index 95615fa..5113808 100644
--- a/user/waybar/default.nix
+++ b/user/waybar/default.nix
@@ -137,7 +137,7 @@ in
             {
               format = "{stateIcon} {title} - {artist}";
               format-paused = "{stateIcon}";
-              format-stopped = "";
+              format-stopped = "{stateIcon}";
               state-icons = {
                 stopped = "";
                 paused = "";