David Heinemeier Hansson
91d43d3316
Update to use the new single command cli
2026-05-01 18:04:42 +02:00
d2a4cc0c4d
Add omarchy CLI ( #5477 )
...
* Add omarchy CLI
* Remove outdated or internal
* Add bash completions for command
* Add omarchy command documentation
* Add missing docs
* Correct to what's now right
* Fix tests
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2026-05-01 17:40:22 +02:00
cdb9694360
Add a toggle for touchscreen on supported devices ( #5510 )
...
* Add minimum brightness cap to prevent OLED displays turning off
* Revert "Add minimum brightness cap to prevent OLED displays turning off"
This reverts commit fe855ecf9aeacfa1b9ffcff3d43adb10908435e5.
* Add touchscreen toggle support
* Use finger glyph
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2026-05-01 16:47:11 +02:00
c078d7ad05
Implement non-uniform brightness step adjustments ( #5525 )
...
* Implement non-uniform brightness step adjustments
Add logic for non-uniform step size adjustments based on current brightness level.
* Ensure percentages are moved in a consistent manner so we don't get rounding errors
* Ensure we don't go below 1%
To prevent screen from turning off entirely on some models
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2026-05-01 16:43:32 +02:00
69ddcfdf2e
Updated interface color configuration to RRGGBB format ( #5471 )
...
Migrated branding and help text color definitions to the new hexadecimal RRGGBB format in accordance with the latest Limine specifications. This update also introduces the interface_help_colour_bright parameter to ensure consistent visual aesthetics during the auto-boot sequence.
For the time being, a green palette has been implemented to maintain the traditional visual identity of Omarchy.
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2026-05-01 16:37:34 +02:00
Nicolas Dorier and GitHub
61848c1910
Fix hibernation on new NVidia drivers ( #5519 )
...
New drivers don't seem to expose the necessary suspend interface to use `NVreg_PreserveVideoMemoryAllocations`.
I explained the issues I experienced on:
https://github.com/basecamp/omarchy/discussions/5500
While https://github.com/omacom-io/omarchy-pkgs/pull/84 fixed part of
the issue, the default value of `NVreg_PreserveVideoMemoryAllocations`
is `2`, which doesn't work.
2026-05-01 16:32:09 +02:00
Tushar Chauhan and GitHub
21f712c325
Fix: read files from symlink directory in background selector menu ( #5524 )
...
* Fix: read files from symlink directory in background selector menu
* safely parse the path to avoid option injection
* Simply use -L flag with find to resolve symlinks
2026-05-01 16:31:02 +02:00
Nicolas Dorier and GitHub
bb0adde652
Restore jetbrains no_follow_mouse ( #5239 )
...
This reverts partially commit e5783569489818724d221f4400cb952f300d29ad.
2026-05-01 16:12:40 +02:00
David Heinemeier Hansson
cf16a6a1a6
Merge branch 'dev' into rc
2026-05-01 14:15:08 +02:00
David Heinemeier Hansson
26741bf4e3
Correct spelling
2026-05-01 14:15:03 +02:00
David Heinemeier Hansson
3d9a875104
Merge branch 'dev' into rc
2026-05-01 11:27:23 +02:00
David Heinemeier Hansson
bf9be2ea1b
Fix casing
2026-05-01 11:27:15 +02:00
David Heinemeier Hansson
0b35365f6b
Merge branch 'dev' into rc
2026-05-01 11:24:23 +02:00
David Heinemeier Hansson
18275dcaca
Preinstall cliamp
2026-05-01 09:45:25 +02:00
David Heinemeier Hansson
3c780c19ce
Ensure Brave Origin is supported for live themeing just like regular Brave
2026-05-01 09:26:19 +02:00
David Heinemeier Hansson
317eb44fb2
Add ghui is a lazy-installed TUI
2026-05-01 08:47:26 +02:00
David Heinemeier Hansson
c06bbe40bb
Allow for lazy-install of bun runtime
2026-05-01 08:46:12 +02:00
David Heinemeier Hansson
0555c34416
Allow for bun to be the executor and bring back the spinner
2026-05-01 08:31:38 +02:00
David Heinemeier Hansson
58c350c171
Merge branch 'dev' into rc
2026-04-30 22:23:48 +02:00
David Heinemeier Hansson
ec69817e74
Fix spelling
2026-04-30 22:23:43 +02:00
David Heinemeier Hansson
efd34a2eea
Merge branch 'dev' into rc
2026-04-30 21:45:16 +02:00
cfulton and GitHub
6fac70d1a1
Replace deprecated sainnhe.everforest VSCode extension with reesew.everforest-theme ( #5498 )
2026-04-30 21:19:52 +02:00
guidovicino and GitHub
c6e55ca4ba
Move Obsidian launch flags to user config ( #5488 )
...
* Move Obsidian flags to user config
* Preserve Obsidian flags during migration
* Keep existing Obsidian launch flags
* Copy default Obsidian flags in migration
2026-04-30 21:17:53 +02:00
David Heinemeier Hansson
d5aa4b7b4b
Only XPS now needs the custom ptl kernel
2026-04-30 21:09:22 +02:00
Andrii Furmanets and GitHub
0b1607786d
Restart Walker after removing web apps ( #5513 )
2026-04-30 20:14:29 +02:00
Danila Danilin and GitHub
710356e900
fix: to check encrypted drives amount ( #5515 )
2026-04-30 20:14:01 +02:00
David Heinemeier Hansson
6ab4196985
Quiet this during install
2026-04-30 20:09:01 +02:00
David Heinemeier Hansson
24b32da1a1
Ensure policy directories are available before we try writing to them
2026-04-30 20:07:43 +02:00
David Heinemeier Hansson
a43df3963a
Correct the order to prevent error message during install
2026-04-30 20:04:54 +02:00
David Heinemeier Hansson
91608ea3d3
Update interface_branding_color for limine 12
2026-04-30 19:38:04 +02:00
David Heinemeier Hansson
6fc7f90e43
Revert "Try debugging F13P issue by not turning on fred there"
...
This reverts commit f15094c9ef .
2026-04-30 19:30:06 +02:00
David Heinemeier Hansson
f15094c9ef
Try debugging F13P issue by not turning on fred there
2026-04-30 18:42:37 +02:00
David Heinemeier Hansson
25b114fa7a
Also not used
2026-04-30 18:40:58 +02:00
David Heinemeier Hansson
6b8c2a0a04
Not installed any more either
2026-04-30 18:34:26 +02:00
David Heinemeier Hansson
0c972657c2
Merge branch 'dev' into rc
2026-04-30 18:32:37 +02:00
David Heinemeier Hansson
340c8ceeef
We already have this listed on base
2026-04-30 18:30:10 +02:00
David Heinemeier Hansson
c86ebe0cc3
Nothing is actually using dart
2026-04-30 18:18:13 +02:00
David Heinemeier Hansson
fa5d054173
Merge branch 'dev' into rc
2026-04-30 18:07:02 +02:00
Alexandre and GitHub
5683b1bdbd
Fix internal monitor disable for non-eDP-1 systems ( #5511 )
...
Detect the internal monitor name dynamically at runtime instead of
hardcoding eDP-1 in a static toggle conf file. Uses the same pattern
as omarchy-hyprland-monitor-internal-mirror.
Fixes #5443
2026-04-30 17:51:29 +02:00
David Heinemeier Hansson
cbefe54238
Refresh the configs
2026-04-30 17:31:32 +02:00
David Heinemeier Hansson
36026d78ed
Reapply "Simplify the migration"
...
This reverts commit 0a57fae591 .
2026-04-30 17:30:44 +02:00
David Heinemeier Hansson
6ef510cc54
Reapply "Ensure we don't lose walker and elephant when we swap around"
...
This reverts commit e5536f3c4d .
2026-04-30 17:30:42 +02:00
David Heinemeier Hansson
eca926b5a4
Reapply "Replace coterie of individual Elephant packages with the single elephant-all package"
...
This reverts commit 8ff1208bdd .
2026-04-30 17:30:40 +02:00
David Heinemeier Hansson
175a22a048
Reapply "Just use the direct packages now that there's a single bundle for elephant-all"
...
This reverts commit 14f155eecb .
2026-04-30 17:30:38 +02:00
David Heinemeier Hansson
14f155eecb
Revert "Just use the direct packages now that there's a single bundle for elephant-all"
...
This reverts commit b8a4d0b2ef .
2026-04-30 17:28:44 +02:00
David Heinemeier Hansson
8ff1208bdd
Revert "Replace coterie of individual Elephant packages with the single elephant-all package"
...
This reverts commit c5784432e0 .
2026-04-30 17:28:31 +02:00
David Heinemeier Hansson
e5536f3c4d
Revert "Ensure we don't lose walker and elephant when we swap around"
...
This reverts commit 6ce6f94647 .
2026-04-30 17:28:20 +02:00
David Heinemeier Hansson
0a57fae591
Revert "Simplify the migration"
...
This reverts commit 37b60e5505 .
2026-04-30 17:28:15 +02:00
David Heinemeier Hansson
91af40fd7c
Enable fred=on on intel ptl machines
2026-04-30 17:26:14 +02:00
David Heinemeier Hansson
37b60e5505
Simplify the migration
2026-04-30 17:23:02 +02:00