diff --git a/home/hypr/default.nix b/home/hypr/default.nix index c73894e5..a5164fbb 100644 --- a/home/hypr/default.nix +++ b/home/hypr/default.nix @@ -41,20 +41,27 @@ qt = { enable = true; - platformTheme = "qtct"; - # style.package = pkgs.kdePackages.breeze; - style.name = "Adwaita"; + platformTheme = "gtk"; + style.name = "Catppuccin-Frappe-Compact-Green-Dark"; }; gtk = { enable = true; theme = { - # package = pkgs.kdePackages.breeze-gtk; - name = "Adwaita"; + package = pkgs.catppuccin-gtk.override { + accents = [ "green" ]; + size = "compact"; + variant = "frappe"; + tweaks = [ "normal" ]; + }; + name = "Catppuccin-Frappe-Compact-Green-Dark"; }; iconTheme = { - package = pkgs.kdePackages.breeze-icons; - name = "breeze"; + package = pkgs.catppuccin-papirus-folders.override { + flavor = "frappe"; + accent = "green"; + }; + name = "Papirus-Dark"; }; font = { name = "Noto Sans Nerd Font Regular"; diff --git a/home/hypr/hyprland.conf b/home/hypr/hyprland.conf index b5286fa0..faeef034 100644 --- a/home/hypr/hyprland.conf +++ b/home/hypr/hyprland.conf @@ -41,7 +41,7 @@ $browser = firefox # Some default env vars. env = XCURSOR_SIZE,24 -env = QT_QPA_PLATFORMTHEME,kde # change to qt6ct if you have that +env = QT_QPA_PLATFORMTHEME,qt5ct # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input {