mirror of
https://github.com/powerline/powerline.git
synced 2025-07-26 07:16:31 +02:00
Merge pull request #751 from mrrcollins/rc
A lowercase f for the unit caused the weather segment to silently fail. ...
This commit is contained in:
commit
b531ffa2b3
@ -91,7 +91,7 @@ segments that you may want to customize right away:
|
|||||||
"name": "weather",
|
"name": "weather",
|
||||||
"priority": 50,
|
"priority": 50,
|
||||||
"args": {
|
"args": {
|
||||||
"unit": "f",
|
"unit": "F",
|
||||||
"location_query": "oslo, norway"
|
"location_query": "oslo, norway"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user