Kde/plasma: add catppuccin theme
This commit is contained in:
parent
604d4b253a
commit
07b2ee00eb
1 changed files with 9 additions and 0 deletions
|
|
@ -83,12 +83,20 @@ in
|
||||||
gtk3.extraConfig.gtk-application-prefer-dark-theme = true;
|
gtk3.extraConfig.gtk-application-prefer-dark-theme = true;
|
||||||
gtk4.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 = {
|
programs.plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
workspace = {
|
workspace = {
|
||||||
clickItemTo = "select";
|
clickItemTo = "select";
|
||||||
cursorTheme = "Breeze_Snow";
|
cursorTheme = "Breeze_Snow";
|
||||||
iconTheme = "breeze-dark";
|
iconTheme = "breeze-dark";
|
||||||
|
lookAndFeel = "Catppuccin-Mocha-Mauve";
|
||||||
};
|
};
|
||||||
kwin = {
|
kwin = {
|
||||||
titlebarButtons = {
|
titlebarButtons = {
|
||||||
|
|
@ -110,6 +118,7 @@ in
|
||||||
};
|
};
|
||||||
"TabBox"."LayoutName" = "thumbnail_grid";
|
"TabBox"."LayoutName" = "thumbnail_grid";
|
||||||
};
|
};
|
||||||
|
"auroraerc"."CatppuccinMocha-Classic"."ButtonSize" = 0;
|
||||||
"plasmanotifyrc"."Notifications"."NormalAlwaysOnTop" = true;
|
"plasmanotifyrc"."Notifications"."NormalAlwaysOnTop" = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue