da-rth / yasb

A highly configurable cross-platform (Windows) status bar written in Python.
MIT License
1.36k stars 80 forks source link

Fix typo in sample config #58

Closed sendhil closed 1 year ago

sendhil commented 1 year ago

There's a typo in the sample config that could cause users trying to customize their own status bar instances to crash and wonder what's going on(it happened to me).

Specifically, the active-window-widget has a section on how to ignore certain windows, and the parameter for title's is listed as title(link) but the actual source code is looking for title*s* (link).

da-rth commented 1 year ago

Well spotted, thank you for your contribution