Compare commits
No commits in common. "3b78f02c271fbb1d9d0be97ca89abd6838610194" and "c091e2d40da797afc187a1ffc1382c26d872bd70" have entirely different histories.
3b78f02c27
...
c091e2d40d
|
@ -26,7 +26,6 @@
|
||||||
_gpg-unlock
|
_gpg-unlock
|
||||||
qtpass
|
qtpass
|
||||||
readQrCode
|
readQrCode
|
||||||
pass-export
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 = "";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue