diff --git a/common/themes/default.nix b/common/themes/default.nix index a17d89d..4256735 100644 --- a/common/themes/default.nix +++ b/common/themes/default.nix @@ -24,9 +24,9 @@ let catppuccin-latte = { stylix = { - image = ./wallpapers/happy_phos.png; + image = ./wallpapers/watercag.png; base16Scheme = "${inputs.catppuccin-base16}/base16/latte.yaml"; - opacity = transparency 0.6; + opacity = transparency 0.7; polarity = "light"; }; @@ -99,7 +99,7 @@ let }; # Select your current theme here! - currentTheme = themes.catppuccin-macchiato; + currentTheme = themes.catppuccin-latte; in { # We apply the current theme here. diff --git a/home/features/desktop/discord/themes.nix b/home/features/desktop/discord/themes.nix index dcf7dc9..ce92828 100644 --- a/home/features/desktop/discord/themes.nix +++ b/home/features/desktop/discord/themes.nix @@ -10,7 +10,7 @@ lib.fix (self: { }; "Catppuccin Latte" = fetchurl { url = "https://catppuccin.github.io/discord/dist/catppuccin-latte.theme.css"; - sha256 = "17l8gl0sbiv9708gcbbks246qpxczkz61mjd1jzjrc48pngmzzkv"; + sha256 = "HixxRdOTU7RynNseRWAWd4VzqYoX52n2nWlt9DX5MS8="; }; "Catppuccin Macchiato" = fetchurl { url = "https://catppuccin.github.io/discord/dist/catppuccin-macchiato.theme.css"; diff --git a/home/features/desktop/spotify.nix b/home/features/desktop/spotify.nix index 6e9222a..4bf6f5e 100644 --- a/home/features/desktop/spotify.nix +++ b/home/features/desktop/spotify.nix @@ -12,10 +12,10 @@ let }); colorschemeMap = lib.fix (self: { - "Catppuccin Mocha" = "mocha"; - "Catppuccin Latte" = "latte"; - "Catppuccin Frappe" = "frappe"; - "Catppuccin Macchiato" = "macchiato"; + "Catppuccin Mocha" = "catppuccin-mocha"; + "Catppuccin Latte" = "catppuccin-latte"; + "Catppuccin Frappe" = "catppuccin-frappe"; + "Catppuccin Macchiato" = "catppuccin-macchiato"; default.light = self."Catppuccin Latte"; default.dark = self."Catppuccin Macchiato"; diff --git a/home/features/desktop/wezterm/default.nix b/home/features/desktop/wezterm/default.nix index 6411285..2cfeb01 100644 --- a/home/features/desktop/wezterm/default.nix +++ b/home/features/desktop/wezterm/default.nix @@ -1,6 +1,5 @@ -{ inputs, pkgs, config, ... }: { - # REASON: the unstable version crashes on launch - home.packages = [ inputs.wezterm.packages.${pkgs.system}.default ]; +{ inputs, upkgs, config, ... }: { + home.packages = [ upkgs.wezterm ]; xdg.configFile."wezterm/nix".source = config.satellite.lib.lua.writeFile