removed trash from script
This commit is contained in:
@@ -103,7 +103,6 @@ PanelWindow {
|
|||||||
Process {
|
Process {
|
||||||
id: wallpaperProcess
|
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 + " &"]
|
||||||
command: ["sh", "-c", Quickshell.env("HOME") + "/.config/quickshell/modules/wp/set-wallpaper.sh" + " " + model.filePath + " &"]
|
|
||||||
stdout: StdioCollector {
|
stdout: StdioCollector {
|
||||||
onStreamFinished: console.log(`line read: ${this.text}`)
|
onStreamFinished: console.log(`line read: ${this.text}`)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,12 +38,3 @@ for img in "$WALLPAPER_DIR"/*.{jpg,jpeg,png}; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
echo "Thumbnails generated in $THUMB_DIR"
|
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()
|
|
||||||
Reference in New Issue
Block a user