1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 20:01: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 = [
{ {
block = "weather"; block = "weather";
autolocate = true;
format = "{location}: {temp}°C";
service = { service = {
name = "openweathermap"; name = "openweathermap";
api_key = lib.strings.fileContents <secrets/openweathermap.key>; api_key = lib.strings.fileContents <secrets/openweathermap.key>;