quickshell: auto expand some monitorItem on value changes (just being too lazy to write a popup : )
This commit is contained in:
@@ -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}`);
|
||||
|
||||
Reference in New Issue
Block a user