add krakow weather to glance
This commit is contained in:
parent
d09d53690f
commit
e772e68c16
1 changed files with 11 additions and 11 deletions
|
|
@ -125,20 +125,20 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
size = "small";
|
size = "small";
|
||||||
widgets = [
|
widgets =
|
||||||
{
|
let
|
||||||
|
locations = [
|
||||||
|
"Krakow, Poland"
|
||||||
|
"Grenoble, France"
|
||||||
|
"Saint-Michel-de-Maurienne, France"
|
||||||
|
];
|
||||||
|
in
|
||||||
|
builtins.map (location: {
|
||||||
type = "weather";
|
type = "weather";
|
||||||
location = "Grenoble, France";
|
inherit location;
|
||||||
units = "metric";
|
units = "metric";
|
||||||
hour-format = "24h";
|
hour-format = "24h";
|
||||||
}
|
}) locations;
|
||||||
{
|
|
||||||
type = "weather";
|
|
||||||
location = "Saint-Michel-de-Maurienne, France";
|
|
||||||
units = "metric";
|
|
||||||
hour-format = "24h";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue