Kde/plasma: add some additional settings

This commit is contained in:
Toast 2024-01-21 17:50:28 +01:00
parent 386d2ae024
commit d78c2e3f67

View file

@ -97,6 +97,8 @@ in
cursorTheme = "Breeze_Snow"; cursorTheme = "Breeze_Snow";
iconTheme = "breeze-dark"; iconTheme = "breeze-dark";
lookAndFeel = "Catppuccin-Mocha-Mauve"; lookAndFeel = "Catppuccin-Mocha-Mauve";
theme = "default";
colorScheme = "CatppuccinMochaMauve";
}; };
kwin = { kwin = {
titlebarButtons = { titlebarButtons = {
@ -136,6 +138,7 @@ in
}; };
"TabBox"."LayoutName" = "thumbnail_grid"; "TabBox"."LayoutName" = "thumbnail_grid";
}; };
"kdeglobals"."General"."AccentColor" = null;
"auroraerc"."CatppuccinMocha-Classic"."ButtonSize" = 0; "auroraerc"."CatppuccinMocha-Classic"."ButtonSize" = 0;
"plasmanotifyrc"."Notifications"."NormalAlwaysOnTop" = true; "plasmanotifyrc"."Notifications"."NormalAlwaysOnTop" = true;
}; };