mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-20 17:15:41 +02:00
weather: make city more visible
This commit is contained in:
parent
48abe47cfb
commit
26d4a9eeb9
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ if __name__ == "__main__":
|
|||
"{}—{}°C".format(round(mintemp), round(maxtemp)),
|
||||
]
|
||||
city = city.replace("%", "%%")
|
||||
conditions.insert(0, f"%{{F#888}}{city}%{{F-}}")
|
||||
conditions.insert(0, f"%{{F#bbb}}{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