hyprland: switched to cattppuccin frappe and papirus icons

This commit is contained in:
Aly Raffauf 2024-03-25 13:59:26 -04:00
parent 236502a1da
commit e03dafa7c6
2 changed files with 15 additions and 8 deletions

View file

@ -41,20 +41,27 @@
qt = { qt = {
enable = true; enable = true;
platformTheme = "qtct"; platformTheme = "gtk";
# style.package = pkgs.kdePackages.breeze; style.name = "Catppuccin-Frappe-Compact-Green-Dark";
style.name = "Adwaita";
}; };
gtk = { gtk = {
enable = true; enable = true;
theme = { theme = {
# package = pkgs.kdePackages.breeze-gtk; package = pkgs.catppuccin-gtk.override {
name = "Adwaita"; accents = [ "green" ];
size = "compact";
variant = "frappe";
tweaks = [ "normal" ];
};
name = "Catppuccin-Frappe-Compact-Green-Dark";
}; };
iconTheme = { iconTheme = {
package = pkgs.kdePackages.breeze-icons; package = pkgs.catppuccin-papirus-folders.override {
name = "breeze"; flavor = "frappe";
accent = "green";
};
name = "Papirus-Dark";
}; };
font = { font = {
name = "Noto Sans Nerd Font Regular"; name = "Noto Sans Nerd Font Regular";

View file

@ -41,7 +41,7 @@ $browser = firefox
# Some default env vars. # Some default env vars.
env = XCURSOR_SIZE,24 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/ # For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input { input {