Closed gianmarcogg03 closed 3 years ago
You could change the value it prints to an empty string on line 129 of python script as follows.
tmp_message = ""
Hope it helps!
I tried but it just keeps showing the whole thing (prefix, empty message, player controls and suffix).
I'll add a check for it. Wait for the commit.
https://github.com/d093w1z/polybar-now-playing/commit/c7966f3564b2f7d160780918f314cbb2e1bca6b9
Done! Change the hide_output
boolean value in the source to true
to hide the player when no player is available.
I don't know much Python, sorry if this question sounds dumb or something.