mirror of
https://github.com/polybar/polybar.git
synced 2026-02-07 11:35:27 +00:00
Some people use text modules instead of the `separator` key in the bar section to better configure the separator (colors, fonts). Since we disallowed the same module being used multiple times in #1534, this will now print an error message. This should help with this a bit. Ref #1913