Removed PIM events magic number and made the value persist instead

This commit is contained in:
EsVagy42 2025-08-20 21:01:09 +02:00
parent 08f6a74f3d
commit 1ec07c90e2
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
Changed capslock compose configuration Removed PIM events magic number and made the value persist instead

View file

@ -533,7 +533,7 @@
"services/org.kde.spectacle.desktop"."RecordWindow" = [ ]; "services/org.kde.spectacle.desktop"."RecordWindow" = [ ];
}; };
configFile = { 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" = { "plasmashellrc"."PlasmaViews/Panel 25" = {
"floating" = 0; "floating" = 0;
"panelOpacity" = 2; "panelOpacity" = 2;