waybar: reduce interval for checking weather to 15 minutes

This commit is contained in:
Evie Litherland-Smith 2024-03-02 11:45:36 +00:00
parent d0255fc59c
commit 839521f8b6

View file

@ -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";
};