Skip to content

Releases: basecamp/omarchy

v3.6.0

23 Apr 13:31
@dhh dhh
bc9777c

Choose a tag to compare

The Panther Lake Plus Extreme Efficiency Edition

Update existing installations using Update > Omarchy from Omarchy menu (Super + Alt + Space).

Install on new machines with the ISO:

Additions

  • Add additional kernel patches to custom kernel 6.19.13 build for Panther Lake to extract maximum efficiency by @TsaiGaggery, @spencerbull
  • Add full control of laptop display on lid open/close and assurance that unplugging the external display will always turn the internal one on again (even if cable is yanked during sleep or reboot) by @dhh
  • Add persistent toggle system so window gap, single-window aspect, and other flags survive hyprctl reload and restarts by @dhh
  • Add touchpad enable/disable/toggle support via XF86TouchpadOn/Off/Toggle with OSD feedback and persistent state by @drunkleen, @dhh
  • Add 1.25 as a scaling option and allow traveling backwards through the resolution scaling cycle by @dhh
  • Add screen recording audio normalization to -14 LUFS so quiet recordings are lifted to a consistent level by @robzolkos
  • Add pause_media to voxtype by default so MPRIS players pause while dictating by @peteonrails
  • Add Intel video encoding processors (intel-media-driver, Quick Sync H264/H265) by default so Kdenlive exports work on modern Intel CPU/GPU combos by @dhh
  • Add mako restarting option to Update > Process by @dhh
  • Add lazy initialization of the try command to speed up bash startup by @innerviewer
  • Add voxtype GPU migration that enables GPU acceleration when Vulkan is available by @sgruendel
  • Add sped-up window movement and special workspace animations by @dhh
  • Add true-black configs and default background to the Vantablack theme for ultimate OLED efficiency by @dhh
  • Add ThinkPad mic mute LED sync by @annoyedmilk
  • Add Super + Ctrl + H for hardware toggles menu controlling covering laptop display, touchpad, and hybrid GPU (only shown when hardware is available) by @dhh
  • Add Ctrl + Alt + Tab (next) and Ctrl + Alt + Shift + Tab (previous) to cycle focus through monitors by @sgruendel

Fixes

  • Fix excessive disk usage from /home snapshots and btrfs quota churn killing CPU time by dropping /home snapshots entirely and giving up on btrfs quotas in favor of just keeping last 5 /root snapshots for fallbacks by @dhh
  • Fix orphaned voxtype status --follow processes piling up after every Waybar reload by trapping EXIT in the wrapper by @peteonrails
  • Fix omarchy-update hanging indefinitely when Chromium/Brave isn't running by skipping the blocking --refresh-platform-policy call by @peteonrails
  • Fix keyboard layout being reset to US after omarchy-refresh-hyprland by re-running layout detection by @peteonrails
  • Fix default audio sink switch not persisting by using wpctl instead of pactl so WirePlumber's configured sink is actually updated by @sergiojrdotnet
  • Fix Typora's print dialog not floating by @NicolasDorier
  • Fix Lumon theme colors for better visibility of selected text by @waleedhkirmani
  • Fix Elephant menu crashing when using a customized default theme that lacks a preview by @maxwell7774
  • Fix iA Writer Typora dark theme to work better on OLEDs by @dhh
  • Fix cx alias to use the new --permission-mode bypassPermissions flag in Claude Code by @pontino
  • Fix broken hide button on screensharing overlay by @dhh
  • Fix omarchy-theme-install not lowercasing theme name by @endafk
  • Remove XPS Panther Lake display workarounds (xe.enable_psr=0, disabled VRR) now that recent kernel patches resolve the underlying glitches by @dhh
  • Remove the resume-boost workaround since the real fix is a BIOS update to the XPS by @dhh

Feature presentations

Increased Panther Lake efficiency

Intel and Dell continue to refine our custom 6.19 kernel for Panther Lake with more backports from 7.0 and other improvements. We're now able to hit 2w idle on the new Framework 13 Pro with IPS panel and 2.2w idle using the Vantablack theme for the Dell XPS OLED 16". Incredible numbers that point to battery life in excess of 30 hours!! As always, real usage mileage is a lot lower than that, but still a huge leap forward.

image image

Close the lid to disable laptop monitor (when you have external monitors connected)

If you're using your laptop with external monitors, you now just have to close the lid to turn off the internal laptop disable. When you open the lid again, it'll be enabled once more. If you have a closed lid, put the computer to sleep/hibernate/off, and then resume without the external monitor connected, we'll catch that too, and re-enable the internal display.

With Intel laptops, this now also works flawlessly with Thunderbolt connected external displays, like the Apple 5K Studio and 6K XDR options. (For the latter, though, you'll want to add monitor=DP-2,disable to your monitors.conf to disable the second ghost display that the XDR advertises for no good reason.)

You can also still toggle the laptop display on/off using Super + Ctrl + Del or Trigger > Hardware > Laptop Display.

No more automated /home snapshots or btrfs quotas

Omarchy uses Limine snapper to capture your system state before an update, so you're able to rollback, if a new package breaks your system. But we were also taking snapshots automatically of your /home directory, even if we never exposed a way to restore that automatically. That could take up a lot of space. Especially since the automated cleanup was broken for a while 🫣. Now we just snapshot /root to offer package rollback for the last five updates, and thus we also no longer need btrfs quotas, which had caused performance issues for some people.

You can of course still setup your own /home snapshots, if that's something you use.

New Contributors

Full Changelog: v3.5.1...v3.6.0

v3.5.1

16 Apr 14:32
@dhh dhh
236a34b

Choose a tag to compare

The New Release

Update existing installations using Update > Omarchy from Omarchy menu (Super + Alt + Space).

Install on new machines with the ISO:

Additions

  • Add Dell XPS mute mic key support with hardware LED sync by @spencerbull, @dhh
  • Add resume performance boost on Panther Lake systems to avoid sluggishness after wake from sleep by @dhh
  • Add Trigger > Toggle > Laptop Display to turn the laptop display on/off when using an external monitor by @dhh
  • Add Update > Hardware > Trackpad to restart i2c_hid_acpi and THC driver paths for XPS haptic touchpad losing hapticness (temporarily until there's a permanent fix) by @dhh
  • Add Logitech MX Keys key binding examples for Print Screen, Dictation, and Emoji buttons to ~/.config/hypr/bindings.conf on new installs by @joaovictor

Fixes

  • Fix Fcitx5 icon showing up in the waybar (again!) by using a proper XDG autostart override instead of deleting the system file by @pomartel
  • Fix Intel Panther Lake display freezes and glitches by disabling both PSR and Panel Replay (xe.enable_psr=0) by @dhh
  • Fix haptic touchpad detection to match any Synaptics product, not just one specific model, for broader Dell XPS compatibility by @dhh
  • Fix spurious Hyprland config errors during git update by suppressing errors mid-pull and reloading after by @dhh
  • Fix double sudo prompt during updates by moving the PTY logging wrapper earlier in the update flow by @dhh
  • Fix Intel LPMD service not being enabled after installation by @dhh
  • Fix power profile rules running on every update instead of only on first run when the daemon is available by @dhh
  • Fix npx wrappers to run through mise-managed Node instead of system Node by @timohubois
  • Fix starship prompt init for dumb bash sessions (e.g. scp, rsync) by @pipetogrep
  • Fix display scaling cycle notification warnings by removing the Hyprland scale notification permanently by @dhh
  • Fix Chromium default appearance to follow system (device) instead of dark by @dhh
  • Fix btop.conf for v1.4.6 by @stefangrundel
  • Fix hibernation setup gracefully handling a failed btrfs resume offset lookup by @dhh
  • Fix Chromium/Brave stderr noise during theme switch by @felipegonzalez
  • Fix AC power udev rules failing silently at boot by wrapping them with systemd-run by @marco
  • Fix Intel video acceleration migration scripts referencing renamed path by @LiamMitchell
  • Fix browser launcher not recognizing new Brave Origin by @dhh
  • Fix sluggishness with the walker app launcher on some systems by making it use the cairo software renderer by @dhh
  • Fix performance power profile should be used when booting on AC power by @dhh

New Contributors

Full Changelog: v3.5.0...v3.5.1

v3.5.0

03 Apr 17:31
@dhh dhh
76d09b2

Choose a tag to compare

The Panther Lake Edition

Update existing installations using Update > Omarchy from Omarchy menu (Super + Alt + Space).

Install on new machines with the ISO:

Features

  • Add full compatibility with Intel Panther Lake machines using a patched 6.19.10 kernel (until 7.0 includes everything) and IPU7 camera driver for webcam compatibility by @spencerbull, @TsaiGaggery, @dhh
  • Add better general Intel performance management by installing thermald for improved thermal throttling, LPMD for optimized core selection, and intel-media-driver for more efficient video playback by @spencerbull, @TsaiGaggery, @dhh
  • Add LocalSend send action in Nautilus file manager by @marciobbj
  • Add sff function for using fuzzy find to send files over scp by @dhh
  • Add ONCE installer to Install > Services by @kevinmcconnell
  • Add omarchy-sudo-passwordless-toggle to give AI full access to run sudo commands for a limited period during high-risk debugging by @dhh
  • Add lazy-install stubs for Opencode, Gemini, Codex, Copilot, and Playwright CLIs via npx due to rapid churn updates by @dhh
  • Add battery-low hook for things like sound warnings by @Lo0rd3
  • Add image previews in Kitty terminal when using ff by @dhh

Aesthetics

  • Add Lumon Industries theme by @OldJobobo
  • Add Retro 82 theme by @OldJobobo
  • Add additional Gruvbox backgrounds by @OldJobobo
  • Add COPY highlight when tmux is in copy mode by @vtmx
  • Add consistent/modern theme previews for all included themes by @dhh

Compatibility

  • Fix Wifi 7 on Dell XPS 2026+ machines by @spencerbull
  • Fix haptic trackpad on Dell XPS 2026+ machines by @dhh
  • Fix keyboard backlighting for Tuxedo/Slimbook laptops by @dhh
  • Fix T2 Mac fan curve to better match original intentions by @fedesapuppo
  • Fix T2 Mac bluetooth by @fedesapuppo
  • Fix T2 Mac keyboard backlight controls by @fedesapuppo

Fixes

  • Fix JetBrains integration in hyprland by removing all custom rules now that they're using Wayland by @NicolasDorier
  • Fix Voxtype AI dictation should use GPU when available by @sgruendel
  • Fix makima remapping of copilot key should be opt-in using Setup > Key Remapping by @dhh
  • Fix battery remaining calculation to proper work with minutes v hours by @dhh, @fedesapuppo
  • Fix FUSE filesystems hanging before suspend/hibernate by @alansikora
  • Fix Moonlight remote player should fullscreen and inhibit idle like other gaming apps by @dhh
  • Fix failing firmware updates due to missing UEFI capsule by @annoyedmilk
  • Fix webcam overlay on screenrecordings to use vertical framing by @dhh
  • Fix VS Code Insiders should use VS Code themes by @tyvsmith
  • Fix picture directory should be created if it doesn't exist on screenshots by @brunorwx
  • Fix missing package update progress during Omarchy Update by @robzolkos

Feature presentations

Full Panther Lake support

Intel's new Panther Lake processor is a milestone for efficiency and performance on Linux. It's built on the company's new 18A node in Arizona, and it delivers single-core performance on par with an Apple M3, multi-core performance on par with an Apple M5, and GPU performance ahead of the M5. All while being incredibly power efficient with idle load levels as low as 2-3w, which on ~70wh batteries can give around 16 hours of mixed use.

Omarchy has worked with Intel and Dell to provide complete support and optimization out of the box. We're using a patched 6.19.10 kernel until the forthcoming 7.0 release drops with all the compatibility fixes needed. Together with Intel's thermald and lmpd services for thermal and core management. Everything has been extensively tested on the new Dell XPS 2026 series of laptops, as well as another yet-to-be-named Panther Lake laptop.

image

ONCE

image

ONCE is an app server for running Dockerized web apps locally (or in the cloud!). Install it via Install > Services > ONCE and you'll have the easiest way to setup Campfire, Writebook, Fizzy, and any third-party Dockerized app that adheres to the standard.

Lumon Industries theme

preview

The work is mysterious and important. Another banger theme by @OldJobobo.

Retro 82 theme

preview

Just the right vibes for an evening groove. Also by @OldJobobo.

Additional Gruvbox backgrounds

More classic paintings to go with The Backwater, like these:

2-flower-basket
3-village-square

New Contributors

Full Changelog: v3.4.2...v3.5.0

v3.4.2

08 Mar 16:29
@dhh dhh
d757dc3

Choose a tag to compare

What changed?

Update existing installations using Update > Omarchy from Omarchy menu (Super + Alt + Space).

Install on new machines with the ISO:

Additions

  • Add fuller battery status notification showing percentage, time remaining, and power draw when using Super + Ctrl + Alt + B by @dhh
  • Add preview + invoke-to-open for the screenrecording notification by @dhh
  • Add ga / gd worktree helper functions for creating and removing git worktrees by @dhh
  • Add scratchpad slide-in animation by @shelldandy
  • Add Copilot key remapping to Omarchy Menu key via makima by @dhh
  • Add suggested touchpad gestures for scrolling layout focus navigation by @dhh
  • Add Alt+Shift+Arrow keybindings for swapping tmux windows by @dhh
  • Add tmux automatic window renaming based on current directory by @jadonwb
  • Add tmux zoom indicator in status bar by @dhh

Fixes

  • Fix nvim transparency to preserve foreground colors, resolving snacks.nvim GitHub integration crashes by @jorgemanrubia
  • Fix display scaling cycle to preserve configured resolution and refresh rate by @Cammisuli
  • Fix Panther Lake (Xe3) GPU display issues by disabling power-saving features by @dhh
  • Fix try interactive selector appearing on bashrc re-source by @davidguttman
  • Fix intel-media-driver install for Arc 130T/140T (Intel 255H) by @Riddlerrr
  • Fix LM Studio install downgrading to legacy package by @timohubois
  • Fix small LocalSend window size by @justindotdevv
  • Fix omarchy themes menu appearing in elephant provider list by @dhh
  • Fix omarchy menu toggling when already open by @dhh
  • Fix wayfreeze-git not being removed in migration by @dhh
  • Fix limine kernel cmdline spacing for hibernation and T2 Mac configs by @dhh
  • Fix limine-snapper to append drop-in kernel cmdline configs by @dhh
  • Fix mise shim activation in uwsm/env by @dhh
  • Fix tmux attach before creating new session by @dhh
  • Fix missing Intel GPU hardware acceleration drivers by @dhh

New Contributors

Full Changelog: v3.4.1...v3.4.2

v3.4.1

28 Feb 17:47
@dhh dhh
c44dcdf

Choose a tag to compare

What's Changed

Update existing installations using Update > Omarchy from Omarchy menu (Super + Alt + Space).

Install on new machines with the ISO:

Additions

  • Add Super + L to toggle between the new Hyprland scrolling layout and the existing dwindle layout by @dhh
  • Add Super + / to cycle display resolutions (instead of the awkward Super + Ctrl + Alt + Backspace) by @dhh
  • Add Super + Ctrl + O to open the new toggle menu (which now includes Window Gaps, 1-Window Ratio, Display Scaling) by @dhh
  • Add Alt + left/right for moving between tmux windows and alt + up/down to move between sessions by @dhh, @marcotroisi

Fixes

  • Fix compatibility with Hyprland 0.54 by @dhh
  • Fix fcitx5 being auto-started twice by @pomartel
  • Fix OMARCHY_PATH and PATH not being available when SSH'ing into Omarchy machines by @dhh, @alexpgates
  • Fix omarchy-launch-or-focus breakage on jq replacemeny by @garethson
  • Fix ASUS mic unmute at installation time by @KrisKind75
  • Fix SDDM password field overflow by @dhh
  • Fix Omarchy updates that include new Hyprland should offer a reboot by @dhh
  • Fix screenrecording on 4K+ displays and use constant frame-rate for easier post-editing without transcoding by @dhh
  • Fix terminal output without a newline would be swallowed by @dhh
  • Fix screensaver should use slidein instead of popin animation by @ieocin

New Contributors

Full Changelog: v3.4.0...v3.4.1

v3.4.0

26 Feb 18:43
@dhh dhh
3124748

Choose a tag to compare

What's Changed

Update existing installations using Update > Omarchy from Omarchy menu (Super + Alt + Space).

Install on new machines with the ISO:

IMPORTANT: If upgrading from a version earlier than 3.3.0, you'll see a bunch of Hyprland config errors. They'll go away after the update has fully completed and you've restarted your system. But if you've added any windowrules or layerrules of your own, you'll need to convert them to the new syntax too. You can use https://itsohen.github.io/hyprrulefix/.

Features

  • Add single screenshot flow on PrintScr with editing option pushed to notification by @ryanrhughes
  • Add Tmux with tailored config for improved aesthetics and ergonomics accessible via t alias in any terminal by @dhh
  • Add AI agent-focused Tmux layouts via tdl (Tmux Dev Layout), tdlm (Tmux Dev Layout Multiplier), and tsl (Tmux Swarm Layout) by @dhh
  • Add Claude Code as default install with cx alias to start it in accept-all mode by @dhh
  • Add hibernation by default on new installs by @dhh
  • Add idle-lock and notification-silencing icons to Waybar by @dhh
  • Add full compatibility (volume/brightness/hybrid GPU switching) with Asus Zephyrous G14/16 laptops by @dhh
  • Add compatible ethernet driver (Motorcomm YT6801) for Slimbook + Tuxedo laptops by @dhh
  • Add NVIDIA GeForce Now installer and window rules via Install > Gaming by @dhh
  • Add automatic power profile switching when plugged/unplugged by @pomartel
  • Add SSH port forwarding functions fip/dip/lip for web development by @dhh
  • Add eff command to open fuzzy find results directly in your editor by @dhh
  • Add option to remove all preinstalls via Remove > Preinstalls by @dhh
  • Add audio soft mixer as opt-in toggle via Setup > Audio (needed for Asus Zephyrus) by @dhh
  • Add ~/.config/omarchy/extensions/menu.sh for overloading any menu action by @bhaveshsooka
  • Add nautilus-python for "Open in Ghostty" context menu by @pomartel
  • Add window rules for Bitwarden Chrome Extension by @sgruendel
  • Add emoji picker auto-pasting by @pomartel
  • Add back mainline Chromium now that upstream has live themeing fixed by @dhh
  • Add "With no audio" option to screenrecord menu by @robzolkos
  • Add tab-cycle completion for bash file/dir expansion by @coolbotic
  • Add option to have user themes of same name as built-in themes that just overwrite individual files by @tmn73
  • Add favicon extraction for new web apps by @pomartel + @dhh
  • Add NordVPN installer via Install > Services by @jamerrq
  • Add Vulkan drivers installed by default by @ElBrodino
  • Add Scala to Install > Development by @saftacatalinmihai
  • Add Tmux to the config refresh menu by @guidovicino
  • Add drive partition info display to omarchy-drive-select by @johnbarney
  • Add Google as a DNS provider option by @dhh
  • Add Logout option to System Menu together with styled SDDM login by @dhh
  • Add Suspend back to System Menu as default on (but with opt-out when it doesn't work under Setup > System Sleep) by @dhh

Aesthetics

  • Add visual background picker by @dhms013
  • Add theme-synced keyboard backlighting on Asus ROG laptops by @dhh
  • Add theme-synced keyboard backlighting on Framework 16 laptops by @godlewski
  • Add new default wallpaper for Tokyo Night theme by @Maxteabag
  • Add Miasma theme by @OldJobobo
  • Add Vantablack theme by @bjarneo
  • Add White theme by @bjarneo
  • Add headset icon for audio in Waybar by @pomartel

Keybindings

  • Change Super + Ctrl + X for Voxtype to a toggle instead of push-to-talk due to Hyprland complications with button release by @dhh
  • Add Super + Alt + Return to start terminal in Tmux mode by @dhh
  • Add Super + Shift + Return as alternative keybind for launching browser by @dhh
  • Add Super + Ctrl + C as alternative capture keybind for machines without PrintScr button by @dhh
  • Add Super + Alt + Shift + F to open nautilus in current directory of terminal by X
  • Add Super + Ctrl + Backspace to cycle through monitor scaling of 1x, 1.6x, 2x, 3x by @dhh
  • Add Super + Ctrl + Alt + Backspace to toggle single-window square aspect ratio by @dhh
  • Add Super + Ctrl + Z to zoom in (repeat = more zoom) and Super + Ctrl + Alt + Z to zoom out by @pelephant2
  • Add opening Nautilus in terminal's current working directory by @schwepmo
  • Add scratchpad auto-toggle on workspace switch by @mitanjan
  • Add single-key keyboard backlight cycling for laptops without separate up/down keys by @hattapauzi

Fixes

  • Fix new installations should default to Alacritty instead of Ghostty to ensure even old systems without compatible GPUs can run Omarchy out of the box by @dhh
  • Fix AUR package installation to prefer AUR over repos when available by @dhh
  • Fix Ghostty high IO pressure on some machines by @NicolasDorier
  • Fix NVIDIA environment variables for Maxwell/Pascal/Volta GPUs by @johnzfitch
  • Fix JetBrains window rules not working properly by @NicolasDorier
  • Fix Telegram stealing focus on every message by @ryanrhughes
  • Fix Steam window opacity rules by @nptr
  • Fix video PWA window rules by @dhh
  • Fix Walker crashing and not restarting by @dhh
  • Fix hibernation to work reliably across different laptops by @dhh
  • Fix hyprlock fingerprint auth check by @dhh
  • Fix update snapshots not being cleaned on failed updates by @Mridul-Agarwal
  • Fix Windows VM clipboard sharing in RDP by @arcangelo7
  • Fix Windows VM dynamic boot detection by @felixzsh
  • Fix Windows VM timezone and add confirmation before VM removal by @pomartel
  • Fix Windows VM should only bind ports and restart-unless-stopped to localhost by @loud-func
  • Fix gum confirm color for "no" option by @dhh
  • Fix omarchy-update-firmware premature exit by @nnutter
  • Fix swayosd style path by @gilescope
  • Fix yq dependency by replacing with pure bash TOML parsing by @dommmel
  • Fix AUR updates broken by interrupted git sessions by @dhh
  • Fix Synaptics InterTouch touchpad detection by @Sameer292
  • Fix Starship prompt sanitization by @JamesRobey
  • Fix Chromium Wayland color manager flag removal by @shreyansh-malviya
  • Fix Development remove menu icons by @annoyedmilk
  • Fix kb_variant support in input.conf by @manuel-rams
  • Fix wiremix default device character display by @l1ghty
  • Fix opencode auto-update disabled for pacman management by @sgruendel
  • Fix Waybar Omarchy glyph spacing with thin space by @horaceko
  • Fix suspend-to-hibernate failing on several laptops by removing it as a default by @dhh
  • Fix missing Wayland color manager disabling flag in Chromium by @shreyansh-malviya
  • Fix x11 fallback in SDL_VIDEODRIVER for compatibility by @ryanrhughes
  • Fix AUR packages shouldn't update until after system packages and migrations by @dhh
  • Fix archlinux-keyring should be updated before updating packages by @defer
  • Fix Docker on-demand startup via socket activation (saves memory, starts on first use) by @timohubois
  • Fix HDR screenshot rendering by switching to hyprpicker from wayfreeze by @jtaw5649
  • Fix format-drive compatibility with macOS by @prepin
  • Fix kernel modules becoming unavailable after kernel upgrade by @defer
  • Fix low contrast for muted/faint text in Obsidian theme by @guidovicino
  • Fix emoji rendering in Alacritty by @glauberdmo
  • Fix keyboard backlighting staying on during idle by @pukljak
  • Fix vertical/horizontal split naming to match human expectations by @dhh
  • Fix full OSC 52 clipboard support in Alacritty by @sgruendel
  • Fix kernel change detection to work with any kernel by @dhh
  • Fix drive info to include vendor when not part of model string by @KR9SIS
  • Fix remove broken snapshot delete function and call on update by @ryanrhughes
  • Fix wifi power saving should not be happening when connected to power by @dhh
  • Fix AUR install sudo session timeout by @dhms013
  • Fix nvidia drivers should be installed for (the lucky) owners of Nvidia RTX Pro cards by @zachfleeman
  • Fix Bluetooth device showing bluez ID instead of friendly name by @shawnyeager
  • Fix omarchy-cmd-screenshot geometry for transformed monitors by @riozee
  • Fix fcitx5 tray icon should be hidden from waybar by @pomartel
  • Fix mouse cursor should sync with the last focused window when switching workspaces by @foucist
  • Fix nvim gutter would have the wrong color on some themes like Kanagawa by @dhh
  • Fix user manager hanging on restart/shutdown for two minutes (now can only hang for 5 seconds) by @dhh
  • Fix errant login.keyring being created if you logged in via SDDM which then wanted to be manually unlocked every time by @dhh
  • Fix screenrecording compatibility with Mac by using h264 by @dhh
  • Fix first-frame garbage on screenrecordings by trimming 100ms by @dhh
  • Fix manual installs could end up with packages too new for their channel by @dhh
  • Fix mise should use precompiled binaries by @dhh
  • Fix Surface laptops should have driver kit installed by default by @dhh

Feature presentations

New screenshot flow

PrintScr will now immediately save the screenshot to file and clipboard, then a notification will offer the opportunity to edit it afterwards. This means skipping Satty when all you want is the screenshot. It also means we no longer need Shift + PrintScr to snap straight to clipboard (because the default does both). You can activate the invitation to edit immediately with Super + Alt + , (the keybinding to activate any notification!).

image

Tailored Tmux

Tmux is now installed by default and can be started with the t alias. The keybindings have been tweaked for better ergonomics and the aesthetics optimized to match Omarchy's.

<img width="3594" height="2700" alt="image" sr...

Read more

v3.3.3

08 Jan 23:53
c9b3e13

Choose a tag to compare

What changed?

Update existing installations using Update > Omarchy from Omarchy menu (Super + Alt + Space).

Fixes

  • Hotfix to ignore updating gcc14 via omarchy-update by @ryanrhughes

Full Changelog: v3.3.2...v3.3.3

v3.3.2

08 Jan 23:23
b42dcf0

Choose a tag to compare

What changed?

Update existing installations using Update > Omarchy from Omarchy menu (Super + Alt + Space).

Install on new machines with the ISO:

Fixes

Additions

  • Add omarchy-update.log to the update process for debugging and error checking by @ryanrhughes

Full Changelog: v3.3.1...v3.3.2

v3.3.1

08 Jan 13:04
@dhh dhh
78ef351

Choose a tag to compare

What changed?

Update existing installations using Update > Omarchy from Omarchy menu (Super + Alt + Space).

Install on new machines with the ISO:

Fixes

  • Fix nvidia detection of older professional workstation cards by @Nm1ss
  • Fix use of accent color in mako and SwayOSD theme templates by @dhh
  • Fix migration of old input scroll touchpad rules by @timohubois
  • Fix complicated VSCode derivative themeing by centralizing all in omarchy-theme-set-vscode by @dhh
  • Fix needless active_border_color/active_tab_background definitions in colors.toml and replace with just accent by @dhh
  • Fix Kitty cursor shape to be a block like Alacritty/Ghostty by @dhh
  • Fix chromium wouldn't start after new installs because the archiso installer would own the singleton by @dhh
  • Fix migration to new theme setup for people who had a custom theme selected by @dhh

New Contributors

Full Changelog: v3.3.0...v3.3.1

v3.3.0

07 Jan 20:37
@dhh dhh
8873f03

Choose a tag to compare

What changed?

Update existing installations using Update > Omarchy from Omarchy menu (Super + Alt + Space).

Install on new machines with the ISO:

IMPORTANT: While updating to 3.3.0, you'll see a bunch of Hyprland config errors. They'll go away after the update has fully completed and you've restarted your system. But if you've added any windowrules or layerrules of your own, you'll need to convert them to the new syntax too. You can use https://itsohen.github.io/hyprrulefix/.

Additions

  • Add opt-in dictation via Voxtype through Install > AI > Dictation (then Super + Ctrl + X to dictate) by @dhh
  • Add opt-in hibernation through Setup > System Sleep > Enable Hibernate by @dhh + @killeik
  • Add option to restore suspend to System menu via _Setup > System Sleep > Enable Suspend by @dhh
  • Add OpenCode using c as a terminal alias by @dhh
  • Add new colors.toml and template-based configs to simplify theme configuration by @dhh
  • Add new impressionist background (The Backwater, 1903) for Gruvbox theme by @dhh
  • Add Super + Ctrl + T for Activity, Super + Ctrl + A for Audio controls, Super + Ctrl + B for Bluetooth controls, Super + Ctrl + W for wifi controls by @ddVital + @dhh
  • Add Super + Ctrl + L for lock system by @dhh
  • Add Google Maps as new default web app by @marcotroisi
  • Add an Omarchy skill for Claude and other supporting models to use when tailoring configs by @ryanrhughes
  • Add Copilot CLI option to Install > AI by @lazaronixon
  • Add Remove > Development for removing any development environments installed by Install > Development by @JustinMissmahl
  • Add ~/.config/omarchy/extensions/menu.sh as a place to overwrite any sub menu (function) in the Omarchy Menu

Fixes

  • Fix config compatibility with Hyprland 0.53 by @LunarLollipop + @DerekWW
  • Fix compatibility with older Pascal-based nvidia cards after the company dropped support in 590 drivers by @ashddev + @ryanrhughes
  • Fix RDP readiness check before launching new Windows VM by @3x3cut0r
  • Fix missing dotnet-runtime-9.0 for Pinta by @dhh
  • Fix waybar crash bug when scrolling in the tray expander by @Werzu25old
  • Fix screensaver not working when using bluetooth mice by, unfortunately, having to remove mouse-to-wake by @dhh
  • Fix suggesting correct package for OpenAI Codex by @defer
  • Fix noidle should be turned off after updating Omarchy from terminal by @sgruendel
  • Fix Install > Development > Docker DB > PostgreSQL should use version 18 by @Jan747
  • Fix compatibility with the fresh editor and omarchy-launch-editor stub by @jessecrouch
  • Fix Ctrl + C to abort install/remove web apps + TUIs by @jbnunn
  • Fix omarchy-cmd-shutdown/reboot to work when called from a terminal by @dhh
  • Fix omarchy-reinstall to be more resilient and comprehensive by @dhh
  • Fix manifest version in copy-url extension by @Tsurgcom
  • Fix volume icon in waybar when connected via headphones by @pomartel
  • Fix Setup > Security > Fingerprint to work with all sensors recognized by fprintd by @rizkyfauziilmi
  • Fix hyprctl crash when screensaver is terminated by @LunarLollipop
  • Fix installing node from Omarchy Menu was broken by @dhh
  • Fix user background images should be stored in ~/.config/omarchy/backgrounds, not inside Omarchy system folder by @dhh
  • Fix chrome account setup config would be lost if the chromium config was reloaded
  • Fix resiliency of omarchy-restart-walker by @ryanrhughes

Feature presentations

Dictation via Voxtype

Voxtype offers a variety of different local AI dictation models. You can install it using Install > AI > Dictation where the default is a 150MB base English model. After it's installed, you can start dictating using Super + Ctrl + X. While dictating, you'll see a red mic in the center of the top menu, which you can click to pick another model (or just run voxtype setup model from terminal). Or right-click to edit the entire Voxtype configuration (or edit ~/.config/voxtype/config.toml).

voxtype-demo-out.mp4

Hibernation + Suspend

With Linux running on a million different systems, there is varying levels of support for system sleep, so by default Omarchy will only show the options that work everywhere: Lock, screensaver, restart, shutdown. But plenty of systems do support hibernation and suspend, so now you can enable both via Setup > System Sleep.

Hibernation requires a swap subvolume of the same size as your physical RAM allotment. That'll automatically be setup when you run the Enable Hibernate option. So too will configuration for suspend-to-hibernate after 30 minutes on systems that support it. Note that when you're waking from hibernation, you'll have to enter the password for both disk encryption and for the hyprlock screen.

OpenCode: AI agents for every model!

OpenCode is a wonderful multi-provider agent terminal harness, which you can use to run Claude, Gemini, Codex alongside open-weight models like GLM-4.7 and MiniMax M2.1. The best way to use it is by navigating to your project, then using the new c alias to start OpenCode. That'll scope your context to just that project.

image

Dynamic themes from colors.toml

Omarchy themes apply to a lot of applications, like Ghostty/Alacritty/Kitty, btop, Chromium/Brave, mako, hyprlock, hyprland, sway, vscode, walker, and waybar. This meant a significant undertaking to bring a consistent color scheme to all these applications, but now you can ship your theme with just a colors.toml file, and the vast majority of these app-specific configs will be generated from that. See the slimmed down requirements for a new theme here: https://github.com/basecamp/omarchy/tree/dev/themes/tokyo-night. And the colors.toml file is just the 24 colors needed to generate all of these:

image

Gruvbox impressionism

New primary background for the Gruvbox theme: The Backwater (1903).

image

New Contributors

Full Changelog: v3.2.3...v3.3.0