mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 04:20:03 +02:00
polybar-weather: use location pin instead of windsock
This commit is contained in:
parent
a43c1d8b99
commit
ffe86057f4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue