Compare commits
2 commits
c091e2d40d
...
3b78f02c27
Author | SHA1 | Date | |
---|---|---|---|
3b78f02c27 | |||
b00b0bceb0 |
|
@ -26,6 +26,7 @@
|
||||||
_gpg-unlock
|
_gpg-unlock
|
||||||
qtpass
|
qtpass
|
||||||
readQrCode
|
readQrCode
|
||||||
|
pass-export
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -137,9 +137,8 @@ in
|
||||||
{
|
{
|
||||||
format = "{stateIcon} {title} - {artist}";
|
format = "{stateIcon} {title} - {artist}";
|
||||||
format-paused = "{stateIcon}";
|
format-paused = "{stateIcon}";
|
||||||
format-stopped = "{stateIcon}";
|
format-stopped = "";
|
||||||
state-icons = {
|
state-icons = {
|
||||||
stopped = "";
|
|
||||||
paused = "";
|
paused = "";
|
||||||
playing = "";
|
playing = "";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue