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"; }; };