traymenu width calc

This commit is contained in:
Zacharias-Brohn
2025-11-26 20:04:31 +01:00
parent fa19c59d0e
commit fb864da6fb
4 changed files with 87 additions and 53 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ Searcher {
Quickshell.execDetached({
command: ["app2unit", "--", ...entry.command],
workingDirectory: entry.workingDirectory
workingDirectory: entry.workingDirectory || Quickshell.env("HOME")
});
}