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;