What changed?
- Add screenshot image manipulation with satty by @dhh
- Add screenrecording on
ALT + PrintScreen
for region,ALT + CTRL + PrintScreen
for whole display by @dhh - Add Walker for app launcher and menus instead of wofi by @ryanrhughes
- Add Cappuccin Latte as the second light theme by @ryanyogan
- Add third Tokyo Night background image by @dhh
- Add audio settings TUI via wiremix to replace the GUI by @roel4d
- Add on-screen overlays for adjusting brightness and volume by @mtk3d, @roel4d
- Add link to community Discord if install fails by @dhh
- Add failed attempts counter and lockout message in hyprlock by @jhosdev
- Add Dropbox as
omarchy-setup-dropbox
or via TUI instead of just installing dependencies that still require setup by @dhh - Add Docker DBs to TUI > Setup to run MySQL, PostgreSQL, and Redis in Docker DBs by @dhh
- Fix omarchy-refresh-* will now create .bak files instead of prompting to ease upgrades for default flow by @dhh
- Fix auto-stash behavior on updates to not pop existing stashing by @rmacklin
- Fix apps managed by uwsm should also be restarted under uwsm by @dhh
- Fix approach to running migrations to attempt that they won't be missed by @rmacklin
- Fix cleanup hypridle.conf to remove AI-hallucinated options by @dhh
- Fix dancing workspace numbers by @npenza
- Fix zoom was accidentally missing as a default install for a while by @saullbrandao
- Fix the low contrast colors for comments in NeoVim for matte black theme by @tahayvr
- Fix using theme backgrounds correctly by @dhh
- Fix that keyboard layout from archinstall should carry over to Omarchy by @saullrb
- Fix 1px border shouldn't be part of hyprshot screenshots by @al3rez
- Fix F11 should full screen all apps by @saullrb
To update, please run omarchy-update all
. That'll run all existing migrations to ensure that you're fully caught up. Then the next update should just need omarchy-update
since we changed the migration strategy.
Screenshot image manipulation
Now when you hit PrintScreen
for region, SHIFT + PrintScreen
for window, or CTRL + PrintScreen
for whole display, your screenshot will be sent to satty for manipulation. You can hit esc
to abort the screenshot or hit enter
to both place it on the clipboard and save it.

Screenrecording for region or window
The new screenrecording setup starts recording as soon as the notification that says "Screenrecording starting..." disappears after hitting ALT + PrintScreen
(for region) or CTRL + ALT + PrintScreen
(for whole display). You stop the recording by hitting the same keybinding again. Videos are saved to ~/Videos
.
Walker is the new app launcher
Wofi was visibly slow with reordering the app launcher list, and limited in terms of extensions. Walker is our new replacement. It should look and feel almost exactly like Wofi, it'll just be way faster, there's now a built-in calculator on "345+223" that'll put the result on the clipboard, and you can find any emoji by starting search with a dot, so ":fire" will find something like ❤️🔥, which return puts on the clipboard.
Fabulous work by Walker creator @abenz1267 and @ryanrhughes to make all the tweaks required for nailing the Omarchy aesthetic and feel 🤘


New Catppuccin Latte light theme

New third background for Tokyo Night
This beautiful background is now the third option for Tokyo Night. Remember you can cycle through backgrounds on SHIFT + SUPER + SPACE
.

Audio settings as TUI
Now using wiremix instead of pauvcontrol:

New Contributors
- @rmacklin made their first contribution in #215
- @ryanyogan made their first contribution in #212
- @saullrb made their first contribution in #262
- @mtk3d made their first contribution in #274
- @blazskufca made their first contribution in #281
- @andnig made their first contribution in #278
Full Changelog: v1.5.2...v1.6.0