finished update
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import Quickshell.Io
|
||||
Process {
|
||||
id: getGifsProcess
|
||||
property list<string> gifsList: []
|
||||
command: ["sh", "-c", "./Scripts/files.sh"]
|
||||
command: ["sh", "-c", "$HOME/.config/quickshell/QtDesktopPet/Scripts/files.sh"]
|
||||
stdout: StdioCollector {
|
||||
onStreamFinished: {
|
||||
var gifs = this.text.trim().split("\n")
|
||||
|
||||
Reference in New Issue
Block a user