Update themes
This commit is contained in:
parent
f73abd24be
commit
352c3ba791
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@
|
|||
path = [ pkgs.curl ];
|
||||
script = ''
|
||||
echo "Activating get-theme-times systemd service"
|
||||
curl -s wttr.in/?format=%S > /tmp/wttr.sunrise
|
||||
curl -s wttr.in/?format=%s > /tmp/wttr.sunset
|
||||
curl -s wttr.in/Kyoto?format=%S > /tmp/wttr.sunrise
|
||||
curl -s wttr.in/Kyoto?format=%s > /tmp/wttr.sunset
|
||||
echo "get-theme-times - complete"
|
||||
'';
|
||||
after = [ "networking-online.target" ];
|
||||
|
|
Loading…
Reference in a new issue