David Heinemeier Hansson
d4829bbc33
Can't use clipboard module when Walker is not running as a service
...
See https://github.com/basecamp/omarchy/issues/698
2025-08-13 13:49:05 +02:00
David Heinemeier Hansson
5e1a4da33d
Turn off the walker service until the memory leak is fixed
...
See https://github.com/basecamp/omarchy/issues/698
2025-08-13 13:48:45 +02:00
David Heinemeier Hansson
b0e99fc865
Direct access to Walker clipboard + emojis with hotkey
2025-08-13 13:43:39 +02:00
Dylan Bridgman and GitHub
1d483dac8b
Use pacman instead of yay to install gum ( #705 )
2025-08-12 16:06:34 +02:00
Swarnim and GitHub
8a9b841e92
Add one wallpaper for nord ( #707 )
2025-08-12 16:05:21 +02:00
Simon Dawson and GitHub
59e4981df7
chore: Enable Walker list cycling ( #709 )
...
Enable the `cycle` behaviour for Walker lists; this allows one to
quickly jump from the default-selected first item in a list, to the
last item, simply by pressing the "up" arrow key (or other key
sequence bound to "previous").
Refs: https://github.com/abenz1267/walker/wiki/Basic-Configuration
2025-08-12 15:55:23 +02:00
Dylan Bridgman and GitHub
f0f4569aa2
Always install base-devel in case yay needs to build a package ( #710 )
2025-08-12 15:54:29 +02:00
b15dde2dc9
Install gum prior to the preflight guard ( #684 )
...
* Use `read` instead of `gum` in the preflight guard
* Revert "Use `read` instead of `gum` in the preflight guard"
This reverts commit 759dbb70454dccc27b78b198bf077e076750fefc.
* Install `gum`, if required, at the beginning of `install.sh`
* `gum` is already installed by the `presentation.sh` stage
* Use existing structure
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2025-08-12 13:44:28 +02:00
6634e28540
Set sudo max tries to 10, binary for easy lockout reset ( #686 )
...
* set sudo max fail count to 10, bin for easy reset
* Slim down
Let the failure just fail in the shell
* Rename to be more descriptive
* No need for the 00- prefix
* Add migration to raise sudo try limit
---------
Co-authored-by: Manuel <manuel.ramsaier@gmail.com >
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2025-08-12 13:31:48 +02:00
David Heinemeier Hansson
f8482fdad7
Make a function to create a smaller webshare version
2025-08-12 13:05:38 +02:00
Maximiliano Guzenski and GitHub
03c6b0af3d
fix pgrep and pkill ( #687 )
2025-08-12 13:01:45 +02:00
not-NEK0 and GitHub
bc323ca267
Add elan to the keywords used to detect if a fingerprint reader exists ( #692 )
2025-08-12 12:18:56 +02:00
David Heinemeier Hansson
d26e3e368d
Merge branch 'master' into dev
2025-08-12 09:43:52 +02:00
David Heinemeier Hansson
3d283eac18
Ignore uwsm here too
2025-08-12 09:43:43 +02:00
Eric Swanson and GitHub
ac207720f8
Fix kernel update detection for alternative kernel variants ( #585 )
...
* Fix omarchy-update kernel update message to support alternative kernel variants
* fix: omarchy-update-restart kernel update message to support alternative kernel variants
2025-08-12 08:27:00 +02:00
David Heinemeier Hansson
07e3818b4f
Merge branch 'master' into dev
2025-08-12 08:08:45 +02:00
David Heinemeier Hansson and GitHub
9e7e5a1512
Pin uwsm to 0.23.0 to skip bad 0.23.1 while waiting for 0.23.2 ( #697 )
2025-08-12 08:07:13 +02:00
Ryan Hughes and GitHub
171ca57908
Add burst limit to login to prevent endless retries ( #690 )
2025-08-12 07:55:50 +02:00
David Heinemeier Hansson
ae910df769
Merge branch 'master' into dev
2025-08-12 07:55:17 +02:00
David Heinemeier Hansson
78de5c24c9
uwsm was already fixed upstream with 0.23.2
2025-08-12 07:52:56 +02:00
David Heinemeier Hansson
04e9e4c21f
Split upgrading system packages into two steps
2025-08-12 07:52:18 +02:00
David Heinemeier Hansson
fc3467a66e
Don't update uwsm until there's a confirmed good version released
2025-08-12 07:39:11 +02:00
David Heinemeier Hansson
12b2950853
Force working version of uwsm until we get the fixed one from upstream
2025-08-12 07:35:09 +02:00
David Heinemeier Hansson
1e924d1794
It actually wasn't better to have the user defaults first
2025-08-11 22:11:13 +02:00
David Heinemeier Hansson
d0a2f63322
It actually wasn't better to have the user defaults first
2025-08-11 22:11:03 +02:00
Alan Sikora and GitHub
ac37fb7ccd
Fix screen recording on Intel graphics ( #669 )
...
* Fix screen recording on Intel graphics
Use wf-recorder for Intel graphics instead of wl-screenrec due to VAAPI compatibility issues that prevent recording from starting.
* combining greps for nvidia and intel graphics
* Update omarchy-cmd-screenrecord
2025-08-11 21:33:34 +02:00
David Heinemeier Hansson
4e136ded68
We now have a global $OMARCHY_PATH
2025-08-11 21:33:04 +02:00
David Heinemeier Hansson
add56181d7
Fixed this in CSS instead
2025-08-11 20:51:23 +02:00
Alan Sikora and GitHub
a46f652487
Fix waybar update icon spacing ( #672 )
...
* Fix waybar update icon spacing
Remove clock from margin rule and add custom-update to prevent horizontal cutoff and reduce excessive spacing between clock and update icon.
* making the update icon smaller, looks better in the center
2025-08-11 20:46:02 +02:00
David Heinemeier Hansson
98332f624b
Merge branch 'master' into dev
2025-08-11 20:37:01 +02:00
Florian Hammerschmidt and GitHub
7e30335a2e
Use correct casing for OCaml menu item ( #675 )
2025-08-11 20:36:48 +02:00
Ryan Hughes and GitHub
4c4aafe670
Add state based app restarts for migrations ( #637 )
...
* Look for app restart state files and restart them after update
* Convert existing migrations to set states
* Revert "Convert existing migrations to set states"
This reverts commit 1eb8a56b075cab5652a028202dc9dc81e556c4dc.
2025-08-11 20:26:36 +02:00
David Heinemeier Hansson and GitHub
7893f803e0
Merge pull request #668 from rmacklin/fix-a-few-typos
...
Fix a handful of typos
2025-08-11 20:16:33 +02:00
David Heinemeier Hansson and GitHub
c407c4c590
Merge pull request #670 from zaborowskimichal/feat-precise-media-control
...
Add precise volume/brightness controls with alt modifier
2025-08-11 20:15:50 +02:00
Michal Zaborowski
1e54f06570
feat: add precise media control shortcut
2025-08-11 19:47:34 +02:00
Richard Macklin
793b346d1d
Fix a handful of typos
2025-08-11 10:13:44 -07:00
David Heinemeier Hansson
539eb240be
Migration to fit entire icon for update-available in waybar
2025-08-11 18:52:33 +02:00
David Heinemeier Hansson
d75cac05c8
Ensure entire icon will fit
2025-08-11 18:50:02 +02:00
David Heinemeier Hansson and GitHub
79bdb151d1
Merge pull request #661 from basecamp/dev
...
Omarchy v1.13.0
v1.13.0
2025-08-11 18:28:57 +02:00
David Heinemeier Hansson
4be9053d68
Merge branch 'master' into dev
2025-08-11 18:28:03 +02:00
David Heinemeier Hansson
b933f1f4cd
Autolaunch not working for Helix
2025-08-11 18:12:56 +02:00
David Heinemeier Hansson
cd8a6bb29a
Fix app launch name for cursor
2025-08-11 18:07:42 +02:00
David Heinemeier Hansson
6f6c50c573
Fix icon for PHP vanilla install
2025-08-11 18:04:23 +02:00
David Heinemeier Hansson
6dd7829886
Still need success on exit
2025-08-11 17:52:01 +02:00
David Heinemeier Hansson
26e3cc0b8c
Make the guard step by step
2025-08-11 17:49:21 +02:00
David Heinemeier Hansson
16c671adf0
Be explicit about success and skip all guards once user said proceed anyway
2025-08-11 17:29:18 +02:00
David Heinemeier Hansson
46fbe16dd4
Old habit
2025-08-11 17:25:10 +02:00
David Heinemeier Hansson
08982922eb
Remove needless comment
2025-08-11 17:17:46 +02:00
David Heinemeier Hansson
31ab6b4952
Protect against running on something other than x86_64 too
...
Co-authored-by: @daltonbr
Closes #628
2025-08-11 17:15:38 +02:00
RaphaelKimmig and GitHub
76c7956d15
fix: lock 1password right away, not after unlock ( #644 )
2025-08-11 17:10:52 +02:00