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"); }