From 99db169f354680b68e31127310e320e7d638b5d1 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Fri, 20 Jun 2025 19:35:38 +0200 Subject: [PATCH] Enabled floating applets --- commit_text | 2 +- plasma-configuration.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/commit_text b/commit_text index 20a0dec..41302a9 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Fixed typo in plasma configuration and added additional setting +Enabled floating applets diff --git a/plasma-configuration.nix b/plasma-configuration.nix index d5bf9ff..ece8617 100644 --- a/plasma-configuration.nix +++ b/plasma-configuration.nix @@ -537,6 +537,7 @@ "plasmashellrc"."PlasmaViews/Panel 25" = { "floating" = 0; "panelOpacity" = 2; + "floatingApplets" = 1; }; "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