From b303f784150820d6e0adbd76467f4e7449ac5e77 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 3 Jan 2024 09:11:47 +0900 Subject: [PATCH] Update --- nixos/common/desktops/plasma6/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index 38d58158..048ab7fe 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -46,6 +46,7 @@ enable = true; path = [ pkgs.at pkgs.fx pkgs.nodejs pkgs.bash ]; script = '' + # Also need to do checks of what the current theme is and apply it if it isn't already set SUNRISE=`fx /tmp/wttr.in .weather[0].astronomy[0].sunrise` NOW=`date +'%I:%M %p'` if [[ $SUNRISE == $NOW ]] ; then