Releases: basecamp/omarchy
Releases · basecamp/omarchy
v1.2.0
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:
New Contributors
- @zdehasek made their first contribution in #69
- @smola made their first contribution in #80
- @olgkv made their first contribution in #79
- @ThiaudioTT made their first contribution in #77
- @ryanrhughes made their first contribution in #63
- @npenza made their first contribution in #65
Full Changelog: v1.1.1...v1.2.0
v1.1.1
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
- @nicholaschiang made their first contribution in #8
- @kennethgeerts made their first contribution in #10
- @0xProt made their first contribution in #15
- @harilvfs made their first contribution in #20
- @Kn0ax made their first contribution in #13
- @iharsuvorau made their first contribution in #29
- @oca159 made their first contribution in #44
- @calvinludwig made their first contribution in #42
- @prertik made their first contribution in #37
- @martinstork made their first contribution in #58
- @c4software made their first contribution in #55