Compare commits

..

2 commits

Author SHA1 Message Date
Leonardo Eugênio 3b78f02c27 pass: install pass-export 2024-07-30 01:25:13 -03:00
Leonardo Eugênio b00b0bceb0 waybar: fix stopped icon not appearing
man waybar-mpd says {stateIcon} is not set when stopped
2024-07-30 01:25:13 -03:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

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