Skip to content

Releases: basecamp/omarchy

v1.2.0

07 Jul 04:03
@dhh dhh
17ead79
Compare
Choose a tag to compare

What changed?

  • Add power menu to waybar by @npenza in #65
  • Add bash completion by @smola in #80
  • Add hotkeys for notifications: Super+, to dismiss latest. Super+Shift+, to dismiss all. Super+Ctrl+, to toggle DND by @ThiaudioTT , @ryanrhughes, and @dhh
  • Add thumbnails for videos in the file manager by @dhh
  • Add additional input suggestions to default .config/hypr/hyprland.conf by @dhh
  • Fix fingerprint enrollment to be for current user by @zdehasek in #69
  • Fix that File Open/Save overlays should float in center by @dhh
  • Remove Dropbox and power profile icons from top bar (not enough value) by @dhh

Upgrading

You upgrade by running omarchy-update in the terminal. If you'd like to get the new power menu in the top bar, you can run omarchy-refresh-waybar — but only do that if you have not made changes to ~/.config/waybar/config or ~/.config/waybar/style.css! If you have made changes, first back those up, then merge them back in. Or just look how to add the new power menu yourself.

The new power menu looks like this:

image

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

05 Jul 00:02
@dhh dhh
Compare
Choose a tag to compare

What's Changed

  • Add Nvidia support by @Kn0ax in #13
  • Add fingerprint authentication on the lock screen and provide omarchy-fingerprint-setup to configure it by @dhh + @henrysipp
  • Add Super + K to show keybindings in #44 by @oca159
  • Add LocalSend as a new default application by @dhh
  • Add mpv instead of vlc as the default video player by @dhh
  • Add yayf alias for easy package search by @calvinludwig in #42
  • Stop compiling ruby by default to speed up install by @dhh
  • Fix Super + Space to toggle application launcher by @martinstork in #58
  • Fix Chromium to be set as the default browser on new installations to avoid "Chromium isn't your default browser" nag on first run by @dhh
  • Fix using *-bin versions of packages where possible to speed up install by @dhh
  • Fix missing /etc/docker/daemon.json config by @dhh
  • Fix Super + [number] hotkeys compatible with French and other keyboard layouts in #55 by @c4software
  • Fix capitalization of YouTube by @nicholaschiang in #8
  • Fix for persistent workspaces shown in waybar by @kennethgeerts in #10
  • Fix duplicated key in waybar battery config by @0xProt in #15

As always, you update by running omarchy-update in a terminal. If you installed Omarchy more than 2 days ago and haven't updated yet, run omarchy-update all just this once to catch up with migrations.

New Contributors