add Omarchy 4.0+ Quickshell bar/plugin support - #9
Open
elynch303 wants to merge 1 commit into
Open
Conversation
Detects Omarchy 4.0+ ("Quattro") by binary presence (omarchy-shell +
omarchy-bar) and swaps the Browse TUI's Waybar/Walker tabs for Bar and
Plugins tabs on those installs, leaving 3.x untouched. Adds
`theme-manager bar list|use|reset|defaults|position|transparent|plugin`
and `theme-manager plugin list|enable|disable` (plus passthrough for
add/update/remove/rescan/clone/edit/validate), wrapping the
corresponding `omarchy bar`/`omarchy plugin` commands. The Plugins tab
toggles enable/disable immediately on Enter, mirroring the Presets
tab's immediate-action model rather than deferring to Review.
Also fixes test isolation: setup_env() now shadows the host's real
`omarchy` binary with a 127-exit stub, since running the suite on an
actual Omarchy machine let the live unified CLI silently intercept
subcommands meant to exercise the legacy-script fallback.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XqqAgiAUsbZpc95dxWJqE7
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.
Detects Omarchy 4.0+ ("Quattro") by binary presence (omarchy-shell + omarchy-bar) and swaps the Browse TUI's Waybar/Walker tabs for Bar and Plugins tabs on those installs, leaving 3.x untouched. Adds
theme-manager bar list|use|reset|defaults|position|transparent|pluginandtheme-manager plugin list|enable|disable(plus passthrough for add/update/remove/rescan/clone/edit/validate), wrapping the correspondingomarchy bar/omarchy plugincommands. The Plugins tab toggles enable/disable immediately on Enter, mirroring the Presets tab's immediate-action model rather than deferring to Review.Also fixes test isolation: setup_env() now shadows the host's real
omarchybinary with a 127-exit stub, since running the suite on an actual Omarchy machine let the live unified CLI silently intercept subcommands meant to exercise the legacy-script fallback.Claude-Session: https://claude.ai/code/session_01XqqAgiAUsbZpc95dxWJqE7