From 085ca01d5630644a4919e053442ca20f6e205320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= 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 = "";