This commit is contained in:
iFargle 2024-01-02 22:03:20 +09:00
parent aa02d6ce2d
commit b7c67238ff

View file

@ -42,7 +42,7 @@
script = "curl wttr.in > /tmp/wttr.in";
after = [ "networking-online.target" ];
serviceConfig.Type = "oneshot";
onSucces = [
onSuccess = [
"light-theme.service"
"dark-theme.service"
];