The lock screen companion for OmaLive — plays the OmaLive aerial footage
behind the stock Omarchy password UI (macOS Sonoma style). Fork of the
first-party omarchy.lock; enabling it automatically disables the stock lock
screen, and removing it restores the stock lock.
- Continuity — locking resumes the aerial exactly where the wallpaper froze, it keeps drifting while locked, and on unlock the wallpaper parks on the exact frame the lock last showed.
- Safe by design — the real lock stays on the
ext-session-lock-v1protocol with the stock PAM gate; when OmaLive is absent or a player fails, the view falls back to the stock blurred wallpaper. It never degrades to a black/broken surface.
- Omarchy 4 (Quickshell / Hyprland)
- The OmaLive plugin for the aerial footage (https://github.com/nikbos/Omalive) — optional but recommended; without it the lock shows the stock blurred wallpaper.
omarchy plugin add https://github.com/nikbos/OmaLiveLock --enable
omarchy restart shellInstalling OmaLive via its install.sh also installs and enables this lock
plugin automatically.
Locked? Avoid plugin commands while the session is locked — writing into the plugin folder hot-reloads the shell and tears down the active lock screen. Unlock first.
omarchy plugin remove omalive-lock
omarchy restart shellBecause this plugin declares omarchy.clonedFrom: omarchy.lock, removing it
restores the stock Omarchy lock screen.
Symlink the plugin folder to this checkout and restart the shell after edits:
ln -s /path/to/this/checkout ~/.config/omarchy/plugins/omalive-lock
omarchy restart shellNever write into ~/.config/omarchy/plugins/ while the session is locked.