Added Network icon to bar and rework some of the debug prints
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user