FloatingBar: Wip

This commit is contained in:
LemmyCook 2025-09-13 22:04:36 -04:00
parent 2082cfe7c7
commit 1157c8e21d
6 changed files with 55 additions and 25 deletions

View file

@ -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) {