From e06e767c48fb92ffa8d67932adc45175de22bf2e Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 3 Jan 2024 18:06:13 +0900 Subject: [PATCH] test --- 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 73e30a07..5dfb8ada 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -52,9 +52,9 @@ SUNSET=`date -d \`cat /tmp/wttr.sunset\` +%s` CURRENT=`date +%s` if [ $CURRENT -gt $SUNRISE -a $CURRENT -lt $SUNSET ] ; then - plasma-apply-colorscheme -platform offscreen Arc + /run/current-system/sw/bin/plasma-apply-colorscheme -platform offscreen Arc else - plasma-apply-colorscheme -platform offscreen ArcDark + /run/current-system/sw/bin/plasma-apply-colorscheme -platform offscreen ArcDark fi ''; serviceConfig.Type = "oneshot";