quickshell: auto expand some monitorItem on value changes (just being too lazy to write a popup : )

This commit is contained in:
2025-10-14 21:06:45 +02:00
parent fcf2dea615
commit c543ede263
6 changed files with 50 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ Singleton {
id: process
running: true
command: ["sh", "-c", "kquitapp6 kded6"]
command: ["kquitapp6", "kded6"]
onExited: (code, status) => {
if (code !== 0)
Logger.warn("NukeKded6", `Failed to kill kded6: ${code}`);