John
John
I decided not to open a new issue, but the same bug occurs when the "artist" field is blank. I agree about the default art. I have a large music...
For those that are interested, there is a Wayland re-write going on over at SourceHut by Simon Zeni called [bspwc](https://git.sr.ht/~bl4ckb0ne/bspwc). I don't believe it's in a usable state (or even...
You all may be interested in [river](https://github.com/ifreund/river): > river is a dynamic tiling wayland compositor that takes inspiration from dwm and bspwm.
@WhaleJ84 can you give any more details? What is the exact output you're getting?
> It doesn't respond before/until pressing super + Return and launching my terminal. Can you explain what you mean by "doesn't respond"? You launch `bspwm`, and then what do you...
I have noticed a possible earlier response in #2063: > a polybar token is placed inside a user-defined action tag and polybar doesn't know it needs to escape the colons...
It seems that this is part of a larger parsing problem with more than just colons. There have also been problems escaping `{`/`}` characters (#2040, #2061, #2063). It seems an...
I have found a workaround to escape tokens inside action tags: by surrounding each `%` with double quotes, parsing is prevented. For example: ``` label-song = %{A1:notify-send "Currently Playing" "$(mpc...
I will give this a shot, thanks for the guidance.