Added Network icon to bar and rework some of the debug prints

This commit is contained in:
Hannes
2026-02-16 20:34:56 +01:00
parent dac2760b32
commit b0c1bc7973
8 changed files with 96 additions and 12 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ PanelWindow {
id: wallpaperProcess
command: ["sh", "-c", Quickshell.env("HOME") + "/.config/quickshell/modules/wp/set-wallpaper.sh" + " " + model.filePath + " &"]
stdout: StdioCollector {
onStreamFinished: console.log(`line read: ${this.text}`)
onStreamFinished: console.log('line read:', this.text)
}
}