protocol: add a status object - #313
Merged
Merged
Conversation
This was referenced Jan 3, 2026
neoveil
added a commit
to neoveil/.dotties
that referenced
this pull request
Jan 6, 2026
prankstr
added a commit
to prankstr/vibepanel
that referenced
this pull request
Apr 17, 2026
hyprpaper 0.8.0 migrated away from the legacy text IPC to the hyprwire binary protocol. Released 0.8.0-0.8.3 expose hyprpaper_core@1 which is write-only; upstream hyprpaper_core@2 (merged in hyprwm/hyprpaper#313, currently only on main) adds a status object that emits active_wallpaper(monitor, path) events. This adds a minimal hyprwire client covering handshake, bind, status- object roundtrip and event parsing, wired into the existing wallpaper detection fallback chain. The legacy text probe is kept as a fast-path for <0.8.0 users and fast-fails (<150ms) against hyprwire servers via a first-byte peek. Multiple active_wallpaper events per monitor in the same snapshot use latest-wins semantics. UTF-8 wallpaper paths are supported. Test coverage exercises encoder/decoder roundtrips, parser shape, and the probe ordering/fast-fail behaviour.
prankstr
added a commit
to prankstr/vibepanel
that referenced
this pull request
Apr 18, 2026
hyprpaper 0.8.0 migrated away from the legacy text IPC to the hyprwire binary protocol. Released 0.8.0-0.8.3 expose hyprpaper_core@1 which is write-only; upstream hyprpaper_core@2 (merged in hyprwm/hyprpaper#313, currently only on main) adds a status object that emits active_wallpaper(monitor, path) events. This adds a minimal hyprwire client covering handshake, bind, status- object roundtrip and event parsing, wired into the existing wallpaper detection fallback chain. The legacy text probe is kept as a fast-path for <0.8.0 users and fast-fails (<150ms) against hyprwire servers via a first-byte peek. Multiple active_wallpaper events per monitor in the same snapshot use latest-wins semantics. UTF-8 wallpaper paths are supported. Test coverage exercises encoder/decoder roundtrips, parser shape, and the probe ordering/fast-fail behaviour.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a status object to the protocol for obtaining the state of hyprpaper.
Fixes #305
hyprland MR: hyprwm/Hyprland#12838