Added Network icon to bar and rework some of the debug prints
This commit is contained in:
@@ -11,7 +11,7 @@ Item { // container, invisible
|
||||
id: generateThumbs
|
||||
command: ["sh", "-c", Quickshell.env("HOME") + "/.config/quickshell/modules/wp/generate-wallpaper-thumbs.sh"]
|
||||
stdout: StdioCollector {
|
||||
onStreamFinished: console.log(`line read: ${this.text}`)
|
||||
onStreamFinished: console.log(this.text)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,7 +26,8 @@ Item { // container, invisible
|
||||
description: "Open wallpaper picker"
|
||||
|
||||
onPressed: {
|
||||
generateThumbs.startDetached()
|
||||
// generateThumbs.startDetached()
|
||||
generateThumbs.running = true
|
||||
wallpaperLoader.active = !wallpaperLoader.active
|
||||
console.log("Pressed Meta+Shift+W (Hyprland global shortcut)")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user