Compare commits

..

No commits in common. "3b78f02c271fbb1d9d0be97ca89abd6838610194" and "c091e2d40da797afc187a1ffc1382c26d872bd70" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,6 @@
_gpg-unlock _gpg-unlock
qtpass qtpass
readQrCode readQrCode
pass-export
]; ];
}; };
} }

View file

@ -137,8 +137,9 @@ in
{ {
format = "{stateIcon} {title} - {artist}"; format = "{stateIcon} {title} - {artist}";
format-paused = "{stateIcon}"; format-paused = "{stateIcon}";
format-stopped = ""; format-stopped = "{stateIcon}";
state-icons = { state-icons = {
stopped = "";
paused = ""; paused = "";
playing = ""; playing = "";
}; };