From d78c2e3f67d37b2731abd2413edb2599bc1cb554 Mon Sep 17 00:00:00 2001 From: Toast Date: Sun, 21 Jan 2024 17:50:28 +0100 Subject: [PATCH] Kde/plasma: add some additional settings --- roles/kde/plasma.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/kde/plasma.nix b/roles/kde/plasma.nix index b47b5a4..8586528 100644 --- a/roles/kde/plasma.nix +++ b/roles/kde/plasma.nix @@ -97,6 +97,8 @@ in cursorTheme = "Breeze_Snow"; iconTheme = "breeze-dark"; lookAndFeel = "Catppuccin-Mocha-Mauve"; + theme = "default"; + colorScheme = "CatppuccinMochaMauve"; }; kwin = { titlebarButtons = { @@ -136,6 +138,7 @@ in }; "TabBox"."LayoutName" = "thumbnail_grid"; }; + "kdeglobals"."General"."AccentColor" = null; "auroraerc"."CatppuccinMocha-Classic"."ButtonSize" = 0; "plasmanotifyrc"."Notifications"."NormalAlwaysOnTop" = true; };