From 101797f8f0d5013a13235b87e9b2b89f0bf27b21 Mon Sep 17 00:00:00 2001 From: Gabriel Brown Date: Tue, 18 Aug 2026 14:32:57 -0400 Subject: [PATCH] Expose wallpaper output status --- config/dot/quickshell/shell.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/dot/quickshell/shell.qml b/config/dot/quickshell/shell.qml index 1123f17..7b13a0b 100644 --- a/config/dot/quickshell/shell.qml +++ b/config/dot/quickshell/shell.qml @@ -195,6 +195,7 @@ ShellRoot { function status(): string { return JSON.stringify({ active: Wallpaper.active, + activeByOutput: Wallpaper.activeByOutput, configured: Wallpaper.configured, availableCount: Wallpaper.available.length, lastError: Wallpaper.lastError