From 84e592f195b098796375f98fac298dd91327aa1c Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Tue, 14 Jan 2025 20:17:59 +0500 Subject: [PATCH] Update --- .../contents/layout.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/melawy-kde-theme/usr/share/plasma/layout-templates/org.github.Melawy.desktop.MelawyPanel/contents/layout.js b/melawy-kde-theme/usr/share/plasma/layout-templates/org.github.Melawy.desktop.MelawyPanel/contents/layout.js index 4600711..af4c02d 100644 --- a/melawy-kde-theme/usr/share/plasma/layout-templates/org.github.Melawy.desktop.MelawyPanel/contents/layout.js +++ b/melawy-kde-theme/usr/share/plasma/layout-templates/org.github.Melawy.desktop.MelawyPanel/contents/layout.js @@ -337,7 +337,8 @@ Buttons.writeEntry("ButtonsOnRight", "IAX"); Decorator = ConfigFile("kwinrc"); Decorator.group = "org.kde.kdecoration2"; Decorator.writeEntry("BorderSize", "Normal"); -Decorator.writeEntry("BorderSizeAuto", "false"); +// Decorator.writeEntry("BorderSizeAuto", "false"); +Decorator.deleteEntry("BorderSizeAuto"); Decorator.writeEntry("library", "org.kde.klassy"); Decorator.writeEntry("theme", "Klassy"); @@ -403,7 +404,8 @@ Overview.writeEntry("BorderActivate", 9); /* Effect-translucency */ Translucency = ConfigFile("kwinrc"); Translucency.group = "Effect-translucency"; -Translucency.writeEntry("Inactive", 95); +// Translucency.writeEntry("Inactive", 95); +Translucency.deleteEntry("Inactive"); Translucency.writeEntry("MoveResize", 85);