Expose wallpaper output status

This commit is contained in:
Gabriel Brown
2026-08-18 15:00:18 -04:00
parent b9336d5930
commit 101797f8f0
+1
View File
@@ -195,6 +195,7 @@ ShellRoot {
function status(): string { function status(): string {
return JSON.stringify({ return JSON.stringify({
active: Wallpaper.active, active: Wallpaper.active,
activeByOutput: Wallpaper.activeByOutput,
configured: Wallpaper.configured, configured: Wallpaper.configured,
availableCount: Wallpaper.available.length, availableCount: Wallpaper.available.length,
lastError: Wallpaper.lastError lastError: Wallpaper.lastError