Personal third-party plugins for omarchy-shell.
Local install from this checkout:
mkdir -p ~/.config/omarchy/plugins
rm -rf ~/.config/omarchy/plugins/omni
cp -a omni ~/.config/omarchy/plugins/omni
omarchy plugin validate ~/.config/omarchy/plugins/omni
omarchy plugin rescan
omarchy plugin enable omni
omarchy-restart-shellOpen Omni:
omarchy-shell shell toggle omni '{}'Suggested Alt+Space binding for ~/.config/hypr/bindings.lua:
hl.unbind("ALT + SPACE")
hl.bind("ALT + SPACE", hl.dsp.exec_cmd([[omarchy-shell shell toggle omni '{}']]), { description = "Omni" })If this repository is added as a trusted plugin source, install with:
omarchy plugin source add https://github.com/bjarneo/omarchy-shell-plugins --as bjarneo
omarchy plugin add omni --from bjarneo --enableOmarchy rejects symlinked plugin folders. Use real copied directories for local testing.
Standalone Omarchy shell command palette for apps, Omarchy actions, files, themes, GitHub search, tldr, and local Ollama prompts.
Features:
- Overlay plugin enabled with
omarchy plugin enable omni - Searches installed desktop apps and a bundled Omarchy action index
- Drill-down categories for Quick, Apps, Files, GitHub, Favourites, History, and Themes
- File previews, theme swatches, GitHub repo/PR previews,
tldrdocs, and local Ollama prompt previews - Uses Omarchy shell shared colors, font settings, and state fills through
qs.Commons - Keyboard controls: arrows or
j/kto move,Enterto launch,Escto unwind/close,Ctrl+Sto favourite
Useful commands:
omarchy-shell shell toggle omni '{}'
omarchy-shell shell call omni toggle ""
omarchy-shell shell call omni openCategory Quick
omarchy-shell shell hide omniOptional tools:
fdfor file searchghfor GitHub searchtldrfor inline command docsollamawithqwen3.5:0.8bfor local chat and command generation
See omni/README.md for details.
Fast Iron Man-style quick-app launcher overlay for omarchy-shell.
Features:
- Animated hex app ring with a center arc-reactor readout
- Scanline sweep, HUD corner brackets, target beam, and launch charge flash
- Uses Omarchy shell shared colors through
qs.Commons - Unloads when hidden and only animates while open
- Reads apps from
~/.config/omarchy-quickapps-hud/apps.json, with fallback to older quickapps config files
Install from this checkout:
mkdir -p ~/.config/omarchy/plugins
rm -rf ~/.config/omarchy/plugins/quickapps-hud
cp -a quickapps-hud ~/.config/omarchy/plugins/quickapps-hud
omarchy plugin validate ~/.config/omarchy/plugins/quickapps-hud
omarchy plugin enable quickapps-hud
omarchy-restart-shellLaunch it:
omarchy-shell shell toggle quickapps-hud '{}'Override the HUD apps by creating ~/.config/omarchy-quickapps-hud/apps.json, then refresh the open overlay:
omarchy-shell shell call quickapps-hud refresh ""See quickapps-hud/README.md for details.
Top-right now-playing card for cliamp, loaded inside omarchy-shell.
Features:
- Appears when cliamp starts or changes songs, then hides itself after a few seconds
- Title and artist display with a themed visualizer
- Winamp-style spectrum visualizer powered by
cliamp visstream - Uses Omarchy shell shared colors and fonts through
qs.Commons
Install from this checkout:
mkdir -p ~/.config/omarchy/plugins
rm -rf ~/.config/omarchy/plugins/cliamp
cp -a cliamp ~/.config/omarchy/plugins/cliamp
omarchy plugin validate ~/.config/omarchy/plugins/cliamp
omarchy plugin enable cliamp
omarchy-restart-shellSee cliamp/README.md for details.
omarchy plugin validate omni
omarchy plugin validate quickapps-hud
omarchy plugin validate cliamp
qmllint omni/*.qml omni/components/*.qml
qmllint quickapps-hud/*.qml
qmllint cliamp/*.qmlMIT. See LICENSE.