Merge branch 'main' of github.com:Teoro01/hyprland-quickshell-gui

This commit is contained in:
Teo
2026-02-12 21:12:22 +01:00
4 changed files with 97 additions and 12 deletions
+1 -1
View File
@@ -5,7 +5,6 @@ import Quickshell.Hyprland
import Quickshell.Io
import Qt.labs.folderlistmodel
PanelWindow {
id: picker
implicitWidth: screen.width * 0.75
@@ -104,6 +103,7 @@ 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}`)
}