mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-02 01:04:26 +02:00
bin: run black
This commit is contained in:
parent
45ee293d35
commit
bce64c1118
3 changed files with 3 additions and 5 deletions
|
@ -177,7 +177,7 @@ if __name__ == "__main__":
|
|||
round(weather["daily"][0]["temp"]["max"]),
|
||||
),
|
||||
]
|
||||
city = city.replace('%', '%%')
|
||||
city = city.replace("%", "%%")
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue