1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-18 13:55:11 -05:00
polybar/src/drawtypes
patrick96 5c7ff09ed6 fix(config): Use proper token object
When using the same token multiple times in the same label with
different length properties, polybar would always use the settings for
the first token. This now replaces the tokens one by one, so that a new
token object is used for the length settings each time a token is used
again. Because the token objects are added in order, the replacement
always uses the right token object for the token that is replaced.

Fixes #971
2018-01-27 23:40:19 -08:00
..
animation.cpp refactor(config): Deduce return type from default value 2016-12-30 23:32:05 +01:00
iconset.cpp feat(bspwm,i3): Fuzzy-matching names for icons 2017-01-23 17:01:30 +01:00
label.cpp fix(config): Use proper token object 2018-01-27 23:40:19 -08:00
progressbar.cpp refactor: Integral types 2017-01-24 07:11:14 +01:00
ramp.cpp refactor(string_util): Use rvalue references for *trim() 2016-12-14 11:01:44 +01:00