From 1ec07c90e29d38039a6c3cb7a3f5b87da555a748 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Wed, 20 Aug 2025 21:01:09 +0200 Subject: [PATCH] Removed PIM events magic number and made the value persist instead --- commit_text | 2 +- plasma-configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commit_text b/commit_text index 572a67d..e05e229 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Changed capslock compose configuration +Removed PIM events magic number and made the value persist instead diff --git a/plasma-configuration.nix b/plasma-configuration.nix index 7c3058e..5edbe25 100644 --- a/plasma-configuration.nix +++ b/plasma-configuration.nix @@ -533,7 +533,7 @@ "services/org.kde.spectacle.desktop"."RecordWindow" = [ ]; }; configFile = { - "plasmashellrc"."PIMEventsPlugin"."calendars" = "288"; # set the calendar used for the clock/calendar widget in the top panel + "plasmashellrc"."PIMEventsPlugin"."calendars".persistent = true; # needed for the calendar in the clock widget in the top bar "plasmashellrc"."PlasmaViews/Panel 25" = { "floating" = 0; "panelOpacity" = 2;