Update themes

This commit is contained in:
albert 2024-06-13 20:39:13 +09:00
parent f73abd24be
commit 352c3ba791
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -36,8 +36,8 @@
path = [ pkgs.curl ]; path = [ pkgs.curl ];
script = '' script = ''
echo "Activating get-theme-times systemd service" echo "Activating get-theme-times systemd service"
curl -s wttr.in/?format=%S > /tmp/wttr.sunrise curl -s wttr.in/Kyoto?format=%S > /tmp/wttr.sunrise
curl -s wttr.in/?format=%s > /tmp/wttr.sunset curl -s wttr.in/Kyoto?format=%s > /tmp/wttr.sunset
echo "get-theme-times - complete" echo "get-theme-times - complete"
''; '';
after = [ "networking-online.target" ]; after = [ "networking-online.target" ];