A collection of plugins for the Omarchy shell.
| Plugin | Id | Kind | What it does |
|---|---|---|---|
| workspaces-per-monitor | madmaxitv.workspaces-per-monitor |
bar widget | Each bar shows only the workspaces that belong to its own monitor |
| webcam-overlay | madmaxitv.webcam-overlay |
script bundle | Masked webcam overlay for screen recordings: shapes, PNG/GIF frames, hide/fullscreen keys, setup mode, profiles |
omarchy plugin add only installs repos with a manifest.json at the root, so
plugins from this collection are installed by cloning once. Shell plugins (bar
widgets, panels) are symlinked into ~/.config/omarchy/plugins/:
git clone https://github.com/MadMaxiTV/omarchy-plugins.git ~/.local/share/omarchy-plugins
mkdir -p ~/.config/omarchy/plugins
ln -s ~/.local/share/omarchy-plugins/<plugin-dir> ~/.config/omarchy/plugins/<plugin-id>
omarchy plugin enable <plugin-id>Script bundles (commands + Hyprland rules + menu rows) ship an install.sh
instead:
~/.local/share/omarchy-plugins/<plugin-dir>/install.shEach plugin's README has the exact commands and its own configuration notes.
Update everything with git pull in ~/.local/share/omarchy-plugins and
omarchy restart shell.
MIT — see LICENSE.