mirror of
https://github.com/powerline/powerline.git
synced 2025-07-26 23:35:04 +02:00
A lowercase f for the unit caused the weather segment to silently fail. Putting in a capital F works correctly
This commit is contained in:
parent
31f85800b6
commit
40fe3cf938
@ -91,7 +91,7 @@ segments that you may want to customize right away:
|
||||
"name": "weather",
|
||||
"priority": 50,
|
||||
"args": {
|
||||
"unit": "f",
|
||||
"unit": "F",
|
||||
"location_query": "oslo, norway"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user