domsson / succade

Run, feed and style your Lemonbar with ease
Creative Commons Zero v1.0 Universal
55 stars 3 forks source link

succade + Lemonbar 1.4 = broken #51

Closed domsson closed 3 years ago

domsson commented 3 years ago

Something funky is going on when using the newest version of Lemonbar, 1.4. Blocks don't update anymore and we can see this going on in the terminal:

Invalid font index 3
Invalid font index 3
}°U
Invalid font index 3
Invalid font index 3
Invalid font index 3
domsson commented 3 years ago

Ah yes, what a stupid mistake. I have no idea how this was actually working fine before and only broke now:

We're always using "T1" (font slot 1) for the block font, "T2" for label font and "T3" for affix font. But if only one or two (or even none) of those are specified in the config, then the according indices will be invalid.

domsson commented 3 years ago

Fixed with v2.1.3