Add wttr format

This commit is contained in:
iFargle 2024-01-02 22:06:41 +09:00
parent 889d85841c
commit 5eaaa1ebcb

View file

@ -39,7 +39,7 @@
"get-theme-times" = {
enable = true;
path = [ pkgs.curl ];
script = "curl wttr.in > /tmp/wttr.in";
script = "curl wttr.in?format=j1 > /tmp/wttr.in";
after = [ "networking-online.target" ];
serviceConfig.Type = "oneshot";
onSuccess = [