diff --git a/config/hypr/hyprsunset.conf b/config/hypr/hyprsunset.conf index 937bd95..2f359e5 100644 --- a/config/hypr/hyprsunset.conf +++ b/config/hypr/hyprsunset.conf @@ -11,12 +11,6 @@ profile { gamma = 0.8 } -profile { - time = 24:00 - temperature = 1500 - gamma = 0.7 -} - profile { time = 6:00 identity = true diff --git a/configuration.nix b/configuration.nix index 7b0f942..47f4168 100644 --- a/configuration.nix +++ b/configuration.nix @@ -39,10 +39,10 @@ # Plymouth boot.plymouth = { enable = true; - theme = "lone"; + theme = "square"; themePackages = with pkgs; [ (adi1090x-plymouth-themes.override { - selected_themes = [ "lone" ]; + selected_themes = [ "square" ]; }) ]; };