waybar: reduce interval for checking weather to 15 minutes
This commit is contained in:
parent
d0255fc59c
commit
839521f8b6
|
@ -207,7 +207,7 @@
|
|||
"custom/weather" = {
|
||||
"format" = "{}°";
|
||||
"tooltip" = true;
|
||||
"interval" = 3600;
|
||||
"interval" = 900; # Every 15 minutes
|
||||
"exec" = "${pkgs.wttrbar}/bin/wttrbar --location Didcot --hide-conditions";
|
||||
"return-type" = "json";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue