From ff11dc54d0f65efe96850bf812d180b9cf89c0c3 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Sun, 2 Nov 2025 22:24:41 +0500 Subject: [PATCH] Update --- .../contents/layout.js | 9 +++++++-- 1 file changed, 7 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 7fe1686..63a4fc5 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 @@ -220,14 +220,19 @@ start_menu.writeConfig("sidebarIconSize", 24); start_menu.writeConfig("tileLabelAlignment", "center"); start_menu.writeConfig("useSystemFontSettings", "true"); - -// 0 = Auto, 1 = Center Bottom, 2 = Center +start_menu.writeConfig("appsIconSize", "0"); if (aspect_ratio > 1.8) { + // 0 = Auto, 1 = Center, 2 = Center Bottom start_menu.writeConfig("displayPosition", "2"); + + // 0 = Auto, 1 = Center Bottom, 2 = Center start_menu.writeConfig("launcherPosition", "1"); } else { + // 0 = Auto, 1 = Center, 2 = Center Bottom start_menu.writeConfig("displayPosition", "0"); + + // 0 = Auto, 1 = Center Bottom, 2 = Center start_menu.writeConfig("launcherPosition", "0"); }