From 880ac936624f9d4c826977172a44ceeb238ad349 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Sat, 13 Sep 2025 22:12:44 -0400 Subject: [PATCH] autoformatting --- Modules/Launcher/Plugins/ApplicationsPlugin.qml | 5 ++--- Modules/Toast/ToastOverlay.qml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Modules/Launcher/Plugins/ApplicationsPlugin.qml b/Modules/Launcher/Plugins/ApplicationsPlugin.qml index 194d05f..e6eced4 100644 --- a/Modules/Launcher/Plugins/ApplicationsPlugin.qml +++ b/Modules/Launcher/Plugins/ApplicationsPlugin.qml @@ -84,10 +84,9 @@ Item { if (Settings.data.appLauncher.useApp2Unit && app.id) { Logger.log("ApplicationsPlugin", `Using app2unit for: ${app.id}`) if (app.runInTerminal) - Quickshell.execDetached(["app2unit", "--", app.id + ".desktop"]) + Quickshell.execDetached(["app2unit", "--", app.id + ".desktop"]) else - Quickshell.execDetached(["app2unit", "--"].concat(app.command)) - + Quickshell.execDetached(["app2unit", "--"].concat(app.command)) } else if (app.execute) { app.execute() } else if (app.exec) { diff --git a/Modules/Toast/ToastOverlay.qml b/Modules/Toast/ToastOverlay.qml index 32dd3fe..b14f5b4 100644 --- a/Modules/Toast/ToastOverlay.qml +++ b/Modules/Toast/ToastOverlay.qml @@ -43,7 +43,7 @@ Variants { implicitHeight: Math.round(toast.visible ? toast.height + Style.marginM * scaling : 1) // Set margins based on bar position - margins.top: Settings.data.bar.position === "top" ? (Style.barHeight + Style.marginS + (Settings.data.bar.floating ? Settings.data.bar.marginVertical: 0)) * scaling : 0 + margins.top: Settings.data.bar.position === "top" ? (Style.barHeight + Style.marginS + (Settings.data.bar.floating ? Settings.data.bar.marginVertical : 0)) * scaling : 0 margins.bottom: Settings.data.bar.position === "bottom" ? (Style.barHeight + Style.marginS + (Settings.data.bar.floating ? Settings.data.bar.marginVertical : 0)) * scaling : 0 // Transparent background