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 = {
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";

View file

@ -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 {