diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 2f83a4f..cd28a32 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -101,13 +101,14 @@ stylix = { enable = true; autoEnable = true; - polarity = "light"; + polarity = "dark"; image = ./wallpaper.png; - base16Scheme = "${pkgs.base16-schemes}/share/themes/precious-light-warm.yaml"; + base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml"; opacity = { terminal = 0.85; popups = 0.75; desktop = 0.75; + applications = 0.85; }; cursor = { package = pkgs.adwaita-icon-theme; @@ -189,7 +190,6 @@ "loglevel=3" "rd.systemd.show_status=false" "rd.udev.log_level=3" - "udev.lqog_priority=3" ]; loader.timeout = 0; }; diff --git a/hosts/laptop/wallpaper.png b/hosts/laptop/wallpaper.png index f741e1a..c84810b 100644 Binary files a/hosts/laptop/wallpaper.png and b/hosts/laptop/wallpaper.png differ