-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Music block fails to hide when player closes #1661
Comments
Can you share the debug messages? It should list available players. To enable them, run with |
$combo and $title are fallible so you need to use |
The music block docs say "Note: All placeholders can be absent. See the examples below to learn how to handle this." but the examples aren't very obvious unless you are already familiar with the formatter. |
Do we even need |
I guess not needed after #1618 , just need to give an example format string that replicates the behaviour |
OS - Arch
WM - i3 4.21.1
i3status-rs - Git (via AUR)
Player - firefox (twitch)
Block config:
Hides correctly when no player
With player:
Ctrl+w firefox tab to close player:
Happens with just $title as well.
The text was updated successfully, but these errors were encountered: