From 352c3ba7910a54a31c2ccc862007980d11d476bd Mon Sep 17 00:00:00 2001 From: albert Date: Thu, 13 Jun 2024 20:39:13 +0900 Subject: [PATCH] Update themes --- nixos/common/desktops/plasma6/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index b68ee960..ff458399 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -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" ];