1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(i3status-rust): autolocate weather block

This commit is contained in:
2021-04-05 10:08:01 +02:00
parent 3e684ae24a
commit 5b76c1439f

View File

@@ -82,6 +82,8 @@ in {
block = [
{
block = "weather";
autolocate = true;
format = "{location}: {temp}°C";
service = {
name = "openweathermap";
api_key = lib.strings.fileContents <secrets/openweathermap.key>;