diff --git a/bin/polybar-weather b/bin/polybar-weather index 3448da5..9fba65d 100755 --- a/bin/polybar-weather +++ b/bin/polybar-weather @@ -178,7 +178,7 @@ if __name__ == "__main__": ), ] city = city.replace('%', '%%') - conditions.insert(0, f"%{{F#888}}%{{Tx}}%{{T-}} {city}%{{F-}}") + conditions.insert(0, f"%{{F#888}}%{{Tx}}%{{T-}} {city}%{{F-}}") output = " ".join(conditions).replace("%{Tx}", "%%{T%d}" % options.font_index) logger.debug("output: %s", output)