David Heinemeier Hansson
1cd2f5b979
Attempt to templaterize the theme specific files
2025-12-31 17:00:30 -07:00
Marco Troisi
7fbc139cb5
Google Maps as a default webapp ( #4028 )
...
* Google Maps as a default webapp
* Using icon from DashboardIcons
2025-12-30 16:27:01 -08:00
me
7c213db46d
add fresh to omarchy-launch-editor ( #4015 )
...
fixes #4014
2025-12-30 16:22:41 -08:00
LunarLollipop
5dd4bec68a
Fix Hyprland 0.53 windowrule syntax breaking changes ( #4025 )
...
* Fix Hyprland 0.53 windowrule syntax breaking changes
Hyprland 0.53 introduced breaking changes to windowrule syntax:
- Props now use `match:` prefix: `class:pattern` → `match:class pattern`
- Boolean effects require `on` suffix: `float` → `float on`
- Snake_case naming: `nofocus` → `no_focus`, `stayfocused` → `stay_focused`
- `noborder` replaced with `border_size 0`
- `noanim` replaced with `animation none`
- layerrule syntax: `noanim, X` → `animation none, match:namespace X`
- `misc:new_window_takes_over_fullscreen` → `misc:on_focus_under_fullscreen`
See: https://github.com/hyprwm/hyprland-wiki/pull/1278
* Correct for the new style
* Migrate the scrolltouchpad setting in userland too
* Need a reboot to pair with new Hyprland
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2025-12-30 16:21:59 -08:00
David Heinemeier Hansson
4311a00ca4
Just install latest node
2025-12-30 15:40:02 -08:00
Ryan Hughes
cd224e7ecd
Merge pull request #3956 from ashddev/fix/nvidia-legacy-driver-for-older-gpus
...
fix(nvidia): install legacy NVIDIA driver on older GPUs
2025-12-28 13:42:13 -05:00
Ryan Hughes
7e12473f80
Don't continue if we don't have a GPU
2025-12-28 13:27:52 -05:00
Ryan Hughes
2c7480135a
Add migration
2025-12-28 13:27:33 -05:00
Ryan Hughes
df0a019c6a
Add migration
2025-12-28 12:34:13 -05:00
Jack Blakely
083715c8c6
Fix omarchy-update failing outside Hyprland session ( #4002 )
2025-12-28 08:46:44 -08:00
Ryan Hughes
d0aabc162a
Add packages to others
2025-12-27 22:20:44 -05:00
Ryan Hughes
e416988d4e
Rearrange and don't hard-fail
2025-12-27 22:20:38 -05:00
Ryan Hughes
314abce4e8
We know what we're doing
2025-12-27 21:47:17 -05:00
Ryan Hughes
fe8927b351
Simplify further
2025-12-27 21:46:43 -05:00
Ryan Hughes
13390441a9
Don't need to run this
2025-12-27 21:42:35 -05:00
Ryan Hughes
65a238d805
Simplify
2025-12-27 21:42:26 -05:00
Ryan Hughes
c535b19235
These already get installed or are dependencies
2025-12-27 21:06:04 -05:00
Ryan Hughes
9c8c789453
Simplify this check
2025-12-27 21:05:45 -05:00
Jan L. Große
2bc88ebf25
Update PostgresSQL version in installation script from 17 to 18 ( #3990 )
...
Bumping PostgresSQL DB from 17 to 18.
2025-12-26 21:11:03 +01:00
David Heinemeier Hansson
2573da8f5e
Make impressionism the default
2025-12-24 22:40:19 +01:00
David Heinemeier Hansson
e44e937284
Ensure that noidle is turned off after update is complete
...
Closees #3982
Co-authored-by: @sgruendel
2025-12-24 19:25:18 +01:00
David Heinemeier Hansson
fd952c2323
Add The Backwater as a second Gruvbox background image
2025-12-24 18:27:49 +01:00
Ash Daly
4e09523127
fix(nvidia): do not install nvidia-580xx-dkms for GPUs older than Maxwell
2025-12-23 11:19:11 +00:00
Fredrik Mikal Wold
643cf35448
fix: stop paging git diff output when running omarchy-update ( #3959 )
...
* fix: stop paging git diff output when running omarchy-update
* Keep option list similar between the two
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2025-12-22 13:56:02 -08:00
Ash Daly
1fd1b65cd0
chore: add noconfirm to yay command
2025-12-21 16:13:53 +00:00
Ash Daly
9a704fdadb
chore: edit comment
2025-12-21 16:12:06 +00:00
Ash Daly
a252a42772
fix(nvidia): install legacy driver on older GPUs
2025-12-21 16:11:05 +00:00
David Heinemeier Hansson
c59089e9f3
Use omarchy-launch-* stubs for all control panels
2025-12-18 16:24:55 -08:00
David Heinemeier Hansson
ca8f25fba1
Switch to our bluetooth launcher
2025-12-18 13:54:27 -08:00
David Heinemeier Hansson
dae89574dd
Add Super + Ctrl + A/B for Audio and Bluetooth controls
...
Also, move waybar-less information notifications to Super + Ctrl + Alt +
T/B to make room. These are very specialized and probably not broadly
used.
Closes #3909
Co-authored-by: @ddVital
2025-12-18 09:19:38 -08:00
SantiagoH10
49a9ce14b8
fix: unquoted variable expansion was breaking omarchy-launch-about ( #3933 )
2025-12-18 09:08:13 -08:00
David Heinemeier Hansson
d2ea6ad183
Canceling the screensaver on mouse movement doesn't work with bluetooth mice
...
Could not get it to stop existing with a Logitech MX4 when connected via
bluetooth.
2025-12-17 15:04:10 -08:00
David Heinemeier Hansson
d5066561ca
Got lost on a bad merge
...
Closes #3853
Co-authored-by: @nirabyte
2025-12-16 09:24:38 -08:00
Diogo Ferreira
fe9493bd86
openai-codex-bin -> openai-codex in menus ( #3894 )
...
This was done in a migration in 0588cc8e5b but the menu entry was never updated. So, installs after the migration will get the outdated version.
Added a new migration as well for those that installed after the
previous one.
2025-12-16 07:50:45 -08:00
David Heinemeier Hansson
f578880bc8
Guard against crash bug when scrolling over expand icon in tray
...
Closes #3892
2025-12-16 07:49:17 -08:00
David Heinemeier Hansson
7ce838565c
Add missing dotnet-runtime-9.0 needed for Pinta
...
Closes #3859
2025-12-16 07:41:52 -08:00
Ryan Hughes
aacc40c954
Alert user if unable to restart
2025-12-15 19:58:59 -05:00
Ryan Hughes
f3b9ca2149
Prevent error if service doesn't exist
2025-12-15 18:47:13 -05:00
David Heinemeier Hansson
ee8f62d967
Only run update if limine-update is available
...
It won't be on grub
2025-12-15 14:48:44 -08:00
David Heinemeier Hansson
32592e2e28
Merge pull request #3852 from basecamp/dev
...
Omarchy 3.2.3
v3.2.3
2025-12-15 14:09:38 -08:00
David Heinemeier Hansson
adf7fba2b3
Prepare for release
2025-12-15 10:20:44 -08:00
David Heinemeier Hansson
021d66f9b6
Channel changes should prompt a full update
2025-12-15 10:04:00 -08:00
David Heinemeier Hansson
1a34be257c
Add backdoor to start alacritty
...
Will help folks who have trouble with ghostty to still get a terminal
going
2025-12-15 09:58:08 -08:00
David Heinemeier Hansson
1f4c50eddf
Pull noidle setting out into its own step
2025-12-15 09:55:09 -08:00
Ryan Hughes
92af9f41f2
Reorder
2025-12-15 12:38:28 -05:00
Ryan Hughes
8ed20d0524
And create the folder
2025-12-15 12:35:47 -05:00
Ryan Hughes
2d00b2a02f
Actually add the config in the migration
2025-12-15 12:35:05 -05:00
David Heinemeier Hansson
97396f5fb2
Fix excessive size for Fizzy
2025-12-15 08:28:28 -08:00
Wolfgang Woehl
46c85e49a3
Quit Walker before screensaver launch ( #3873 )
...
Screensaver launch is broken when Walker is open: It will fail to go fullscreen and exits right after input read's first iteration, due to the screensaver_in_focus() check. See https://github.com/basecamp/omarchy/issues/2992 for an example report.
This addition will silently quit an opened Walker menu before launching the screensaver terminal. It is mildly intrusive, alas, as a return from screensaver will not present the pre-screensaver state exactly.
2025-12-15 08:24:31 -08:00
David Heinemeier Hansson
8357dd3da2
Use the traffic light metaphor for channel setting
2025-12-14 12:40:12 -08:00