Compare commits

..

3 Commits

2 changed files with 3 additions and 2 deletions

View File

@@ -215,6 +215,7 @@
alejandra alejandra
bitwarden-cli bitwarden-cli
bitwarden-desktop bitwarden-desktop
catppuccin-kde
cifs-utils cifs-utils
firefoxpwa firefoxpwa
flashrom flashrom

View File

@@ -336,8 +336,8 @@
settings = { settings = {
hosts = [ "localhost:6600" ]; hosts = [ "localhost:6600" ];
format = { format = {
details = "$title"; details = "$track - $title [$duration]";
state = "$artist / $album"; state = "$artist / $album ($date)";
timestamp = "elapsed"; timestamp = "elapsed";
}; };
}; };