From 09a7793d2e6e5738457a3a3686e29f8b5ef8bd38 Mon Sep 17 00:00:00 2001 From: chase Date: Tue, 3 Jun 2025 16:37:28 -0400 Subject: [PATCH] 164 current 2025-06-03 16:37:19 25.11.20250531.910796c 6.15.0 * --- home/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/home.nix b/home/home.nix index b422644..6fc7fa5 100644 --- a/home/home.nix +++ b/home/home.nix @@ -336,8 +336,8 @@ settings = { hosts = [ "localhost:6600" ]; format = { - details = "$title"; - state = "$artist / $album"; + details = "$track - $title [$duration]"; + state = "$artist / $album ($date)"; timestamp = "elapsed"; }; };