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}`)
}
-9
View File
@@ -38,12 +38,3 @@ for img in "$WALLPAPER_DIR"/*.{jpg,jpeg,png}; do
done
echo "Thumbnails generated in $THUMB_DIR"
Process {
id: generateThumbs
command: ["sh", "-c", Quickshell.env("HOME") + "/.config/quickshell/modules/wp/generate-wallpaper-thumbs.sh" + " " + model.filePath + " &"]
stdout: StdioCollector {
onStreamFinished: console.log(`line read: ${this.text}`)
}
}
generateThumbs.startDetached()