removed trash from script
This commit is contained in:
@@ -37,13 +37,4 @@ for img in "$WALLPAPER_DIR"/*.{jpg,jpeg,png}; do
|
||||
magick "$img" -resize "${MAX_DIM}x${MAX_DIM}" "$thumb"
|
||||
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()
|
||||
echo "Thumbnails generated in $THUMB_DIR"
|
||||
Reference in New Issue
Block a user