diff --git a/home-manager/common/desktops/hyprland/themes/green.nix b/home-manager/common/desktops/hyprland/themes/green.nix index 8f51a8b8..f3b28ab4 100644 --- a/home-manager/common/desktops/hyprland/themes/green.nix +++ b/home-manager/common/desktops/hyprland/themes/green.nix @@ -1,7 +1,7 @@ {lib, inputs, pkgs, gpu, platform, theme, ...}: { # Themes https://github.com/tinted-theming/base16-schemes stylix = { - image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.jpg; + image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png; polarity = "dark"; base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml"; }; diff --git a/home-manager/common/desktops/hyprland/themes/gruvbox.nix b/home-manager/common/desktops/hyprland/themes/gruvbox.nix index 7e67b6ad..a52e5426 100644 --- a/home-manager/common/desktops/hyprland/themes/gruvbox.nix +++ b/home-manager/common/desktops/hyprland/themes/gruvbox.nix @@ -1,7 +1,7 @@ {lib, inputs, pkgs, gpu, platform, theme, ...}: { # Themes https://github.com/tinted-theming/base16-schemes stylix = { - image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.jpg; + image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png; polarity = "dark"; base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml"; }; diff --git a/home-manager/common/desktops/hyprland/themes/stylix.nix b/home-manager/common/desktops/hyprland/themes/stylix.nix index b70bb4dc..b94973cf 100644 --- a/home-manager/common/desktops/hyprland/themes/stylix.nix +++ b/home-manager/common/desktops/hyprland/themes/stylix.nix @@ -1,7 +1,7 @@ {lib, inputs, pkgs, gpu, platform, theme, ...}: { # Themes https://github.com/tinted-theming/base16-schemes stylix = { - image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.jpg; + image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png; polarity = "dark"; base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-cave.yaml"; }; diff --git a/home-manager/common/desktops/hyprland/themes/tokyo.nix b/home-manager/common/desktops/hyprland/themes/tokyo.nix index 5cd837f3..ce987a96 100644 --- a/home-manager/common/desktops/hyprland/themes/tokyo.nix +++ b/home-manager/common/desktops/hyprland/themes/tokyo.nix @@ -1,7 +1,7 @@ {lib, inputs, pkgs, gpu, platform, theme, ...}: { # Themes https://github.com/tinted-theming/base16-schemes stylix = { - image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.jpg; + image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png; polarity = "dark"; base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-dark.yaml"; }; diff --git a/nixos/common/desktops/hyprland/themes/green.nix b/nixos/common/desktops/hyprland/themes/green.nix index 8f51a8b8..f3b28ab4 100644 --- a/nixos/common/desktops/hyprland/themes/green.nix +++ b/nixos/common/desktops/hyprland/themes/green.nix @@ -1,7 +1,7 @@ {lib, inputs, pkgs, gpu, platform, theme, ...}: { # Themes https://github.com/tinted-theming/base16-schemes stylix = { - image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.jpg; + image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png; polarity = "dark"; base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml"; }; diff --git a/nixos/common/desktops/hyprland/themes/gruvbox.nix b/nixos/common/desktops/hyprland/themes/gruvbox.nix index 7e67b6ad..a52e5426 100644 --- a/nixos/common/desktops/hyprland/themes/gruvbox.nix +++ b/nixos/common/desktops/hyprland/themes/gruvbox.nix @@ -1,7 +1,7 @@ {lib, inputs, pkgs, gpu, platform, theme, ...}: { # Themes https://github.com/tinted-theming/base16-schemes stylix = { - image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.jpg; + image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png; polarity = "dark"; base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml"; }; diff --git a/nixos/common/desktops/hyprland/themes/stylix.nix b/nixos/common/desktops/hyprland/themes/stylix.nix index b70bb4dc..b94973cf 100644 --- a/nixos/common/desktops/hyprland/themes/stylix.nix +++ b/nixos/common/desktops/hyprland/themes/stylix.nix @@ -1,7 +1,7 @@ {lib, inputs, pkgs, gpu, platform, theme, ...}: { # Themes https://github.com/tinted-theming/base16-schemes stylix = { - image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.jpg; + image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png; polarity = "dark"; base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-cave.yaml"; }; diff --git a/nixos/common/desktops/hyprland/themes/tokyo.nix b/nixos/common/desktops/hyprland/themes/tokyo.nix index 5cd837f3..ce987a96 100644 --- a/nixos/common/desktops/hyprland/themes/tokyo.nix +++ b/nixos/common/desktops/hyprland/themes/tokyo.nix @@ -1,7 +1,7 @@ {lib, inputs, pkgs, gpu, platform, theme, ...}: { # Themes https://github.com/tinted-theming/base16-schemes stylix = { - image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.jpg; + image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png; polarity = "dark"; base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-dark.yaml"; };