finished update

This commit is contained in:
2025-11-09 02:37:11 +01:00
parent 4acc1556b2
commit 089a5f7a49
6 changed files with 49 additions and 110 deletions
+1 -1
View File
@@ -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")