removed trash from script

This commit is contained in:
Hannes
2026-02-12 21:14:18 +01:00
parent 3457c55197
commit e59bcf8a0e
2 changed files with 1 additions and 11 deletions
-1
View File
@@ -103,7 +103,6 @@ PanelWindow {
Process {
id: wallpaperProcess
command: ["sh", "-c", Quickshell.env("HOME") + "/.config/quickshell/modules/wp/set-wallpaper.sh" + " " + model.filePath + " &"]
command: ["sh", "-c", Quickshell.env("HOME") + "/.config/quickshell/modules/wp/set-wallpaper.sh" + " " + model.filePath + " &"]
stdout: StdioCollector {
onStreamFinished: console.log(`line read: ${this.text}`)
}