Kde/plasma: add catppuccin theme

This commit is contained in:
Toast 2024-01-20 02:19:08 +01:00
parent 604d4b253a
commit 07b2ee00eb

View file

@ -83,12 +83,20 @@ in
gtk3.extraConfig.gtk-application-prefer-dark-theme = true;
gtk4.extraConfig.gtk-application-prefer-dark-theme = true;
};
home.packages = [(
pkgs.catppuccin-kde.override {
flavour = [ "mocha" ];
accents = [ "mauve" ];
winDecStyles = [ "classic" ];
}
)];
programs.plasma = {
enable = true;
workspace = {
clickItemTo = "select";
cursorTheme = "Breeze_Snow";
iconTheme = "breeze-dark";
lookAndFeel = "Catppuccin-Mocha-Mauve";
};
kwin = {
titlebarButtons = {
@ -110,6 +118,7 @@ in
};
"TabBox"."LayoutName" = "thumbnail_grid";
};
"auroraerc"."CatppuccinMocha-Classic"."ButtonSize" = 0;
"plasmanotifyrc"."Notifications"."NormalAlwaysOnTop" = true;
};
};