From 377932512b077479d38206bba467c08cb0159bc8 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Mon, 9 Jun 2025 19:20:59 +0200 Subject: [PATCH] Added translucency --- commit_text | 2 +- plasma-configuration.nix | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/commit_text b/commit_text index 332c111..78e3cab 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Added Meta Alt L as lock screen shortcut +Added translucency diff --git a/plasma-configuration.nix b/plasma-configuration.nix index 3d62b2a..86083f3 100644 --- a/plasma-configuration.nix +++ b/plasma-configuration.nix @@ -1649,6 +1649,11 @@ "spectaclerc"."VideoSave"."translatedScreencastsFolder" = "Screencasts"; "plasmashellrc"."PIMEventsPlugin"."calendars" = 265; # set the calendar used for the clock/calendar widget in the top panel "plasma_calendar_holiday_regions"."General"."selectedRegions" = "hu_hu"; # set holidays for the widget + "kwinrc"."Plugins"."translucencyEnabled" = true; # enable and set up translucency for inactive windows + "kwinrc"."Effect-translucency" = { + Inactive = 90; + MoveResize = 100; + }; }; }; }