From 11f53846992de4e198ffb3f5dc483b34ce6adb1a Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Mon, 9 Jun 2025 17:06:06 +0200 Subject: [PATCH] Removed setting for look and feel and set workspace theme --- commit_text | 2 +- plasma-configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commit_text b/commit_text index 637d039..bbd5588 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Fixed look and feel setting +Removed setting for look and feel and set workspace theme diff --git a/plasma-configuration.nix b/plasma-configuration.nix index 73e0f6d..430a4a2 100644 --- a/plasma-configuration.nix +++ b/plasma-configuration.nix @@ -17,7 +17,7 @@ transitionTime = 30; }; }; - workspace.lookAndFeel = "org.kde.breezedark.desktop"; + workspace.theme = "breeze-dark"; shortcuts = { "ActivityManager"."switch-to-activity-7815803c-28fd-459f-8c3e-1add2e558ae8" = [ ];