feat(shell): implement unified popout manager, pill anchoring, and fast IPC - #74
Merged
Merged
Conversation
…st IPC - Add UnifiedPopoutManager and PopoutScrim in snippets/popout_manager.py - Single persistent Wayland LayerShell popout surface per bar - Smooth pill tracking with 60fps cubic ease-out sliding animation - In-place hardware-accelerated crossfade stack transition - Active pill bonding with .bar-widget.active-popout accent illumination - Desktop dimming scrim with click-outside dismissal - Connect PopoutManager to Bar, WidgetWrapper, GroupWrapper, and BarManager.toggle in bar.py - Enhance Launcher with inline math evaluation (=) and terminal commands (>) in windows/launcher.py - Add dedicated subcommands to bin/agl: volume, brightness, launcher, cc - Update config/niri.kdl keybindings to use clean agl subcommands
Chintanpatel24
commented
Sep 18, 2026
Chintanpatel24
left a comment
Member
Author
There was a problem hiding this comment.
seems fine , but not looks fine - not able to merge yet - need fixes
…ffeine sleep inhibitor, optimize popout speed
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.
Summary
Transforms Agility Shell from disjointed floating popups into a cohesive, fluid Wayland desktop shell inspired by DankMaterialShell (DMS).
Core Changes
Unified Popout Surface & Fluid Pill Anchoring (
snippets/popout_manager.py):AppletWindowinstances with a single persistent Wayland LayerShell surface per bar (UnifiedPopoutManager).1 - (1 - t)³)..bar-widget.active-popout): The active trigger pill illuminates with accent color and elevation glow, visually tethering the bar pill to the popout sheet..desktop-scrim): A soft semi-transparent dimming scrim focuses user attention onto the open popout and dismisses it cleanly on any outside click.Bar & Menu Integration (
bar.py):popout_manageron each activeBar.WidgetWrapperandGroupWrapperclicks and hover transitions directly into the unified manager.BarManager.toggle()so CLI triggers and compositor shortcuts route directly through the popout manager.Spotlight Launcher Intelligence (
windows/launcher.py,style/launcher.css):LauncherActionItemsupporting instant action triggers:= 15 * 8): Evaluates arithmetic in real time; hitting Enter copies the answer directly to clipboard.> btopor> kitty): Instant command execution directly from the search bar.Fast Shell CLI & Compositor Synergy (
bin/agl,config/niri.kdl):aglsubcommands:agl volume <up|down|mute>: Adjusts audio and triggers the OSD overlay.agl brightness <up|down>: Adjusts display brightness and triggers the OSD overlay.agl launcher: Instant trigger for the Spotlight launcher.agl cc: Instant trigger for Control Center / Quick Settings.agl toggle <key>: Seamlessly opens/slides to any applet (audio,wifi,bluetooth,calendar,weather,media).config/niri.kdlkeybindings onaglsubcommands for audio, brightness, launcher, and control center.Verification
python3 -m compileall -q .exited with 0 errors.bash -n bin/aglexited with 0 errors.