David Heinemeier Hansson
6cceabb90f
Add notifications silencing to the toggle menu
2026-05-03 12:47:36 +02:00
David Heinemeier Hansson
d40e314d4f
Merge branch 'dev' into rc
2026-05-03 12:05:52 +02:00
David Heinemeier Hansson
c7cc2bc38a
Drop the idea of elephant-all by default
...
It adds 80mb to the ISO for stuff we don't use out of the box. Better
just to have elephant-all for those who want it later.
2026-05-03 12:05:46 +02:00
David Heinemeier Hansson
dc249dba95
Merge branch 'dev' into rc
2026-05-03 11:57:19 +02:00
David Heinemeier Hansson
791b0ce9f3
Fix not removing walker
2026-05-03 11:57:13 +02:00
David Heinemeier Hansson
5066ae8d34
Add VaapiVideoDecode flags for Chromium and Brave by default
...
Closes #1011
2026-05-03 11:37:05 +02:00
David Heinemeier Hansson and GitHub
efe5575e35
Revert "Fix typo in font ( #5556 )" ( #5559 )
...
This reverts commit 7a342f9bfe .
2026-05-03 11:05:19 +02:00
Tsurg and GitHub
7a342f9bfe
Fix typo in font ( #5556 )
...
* Fix typo of Bitstream font
* Fix typo in Bitstream font installation command
2026-05-03 11:04:54 +02:00
Ryan Hughes
1b5a57658e
Ensure new help colors are input at the top
...
The colors don't work when appended to the bottom of the file like they
were before and instead fallback to a mismatched green
2026-05-02 17:24:55 -04:00
Ryan Hughes
c8533301ea
Use consistent spelling of color
2026-05-02 17:23:14 -04:00
Ryan Hughes
e7df3d46f4
Prevent passing package_bin_path=$1 as $@ to the actual run
2026-05-02 16:22:54 -04:00
Ryan Hughes
3ca4bb33f2
Revert #5519 for now
...
Encountered issues during testing that prove Nvidia is still a little
too shakey to take this as is. See #5554 for more details.
2026-05-02 15:28:18 -04:00
David Heinemeier Hansson
4a7ade9c52
Merge branch 'dev' into rc
2026-05-02 16:43:10 +02:00
David Heinemeier Hansson
a3988f0f62
Ensure we get all the new color definitions
2026-05-02 16:43:05 +02:00
David Heinemeier Hansson
6f444ed116
Correct the order
2026-05-02 16:27:33 +02:00
David Heinemeier Hansson
acd5123d66
Ensure packages stay put as they were, just install elephant-all
2026-05-02 16:25:34 +02:00
David Heinemeier Hansson
63b9b9e512
Avoid losing walker/elephant customizations
2026-05-02 16:09:35 +02:00
David Heinemeier Hansson
5839101084
Use format safe for both first install and migration
2026-05-02 16:04:30 +02:00
justin and GitHub
4b605ac028
feat: have agents validate config after making changes to the user's hyprland config files ( #5550 )
2026-05-02 15:51:28 +02:00
Jonny Heggheim and GitHub
1069d4d063
Remove exclude-effect flag from tte in omarchy-screensaver ( #5551 )
...
dev_worm got removed from tte 0.14.2 https://github.com/ChrisBuilds/terminaltexteffects/releases/tag/release-0.14.2
2026-05-02 15:50:41 +02:00
David Heinemeier Hansson
06fd369318
Merge branch 'dev' into rc
2026-05-02 14:47:48 +02:00
David Heinemeier Hansson
f0a43a43d8
Add new Ristretto background as default
2026-05-02 14:47:42 +02:00
David Heinemeier Hansson
92b8b4461a
No quoting needed for bash 5
2026-05-02 13:48:04 +02:00
David Heinemeier Hansson
ea7979a057
No quoting needed for bash 5
2026-05-02 13:47:55 +02:00
David Heinemeier Hansson
60966d4553
Merge branch 'dev' into rc
2026-05-02 13:34:38 +02:00
David Heinemeier Hansson
7b602c984c
Persist scaling choices in the common case of a single monitor declared
2026-05-02 13:31:50 +02:00
David Heinemeier Hansson
aee06e4320
Setup hibernation more efficiently to prevent needless limine rebuilds
2026-05-02 13:10:47 +02:00
David Heinemeier Hansson
7fdd7877fc
Don't rebuild limine more than necessary
2026-05-02 12:50:59 +02:00
David Heinemeier Hansson
211acd6f9f
Merge branch 'dev' into rc
2026-05-02 12:13:33 +02:00
David Heinemeier Hansson
52136441df
Use existing helper
2026-05-02 12:13:27 +02:00
David Heinemeier Hansson
f9af87e671
Don't run --now, just on next restart
2026-05-02 12:12:24 +02:00
David Heinemeier Hansson
1351cc6442
Merge branch 'dev' into rc
2026-05-02 11:47:54 +02:00
62f6980852
Fix power profile auto-switching on USB-C only machines ( #5444 )
...
* Fix power profile auto-switching on USB-C only machines
* Small nits
* Stick with single unit name
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2026-05-02 11:47:02 +02:00
Luke Hsiao and GitHub
d80c98f025
Make color0 distinct from background/foreground and fix helix theme ( #5538 )
...
* Make color0 distinct from background/foreground
The majority of themes have color0 available as a subtle offset from
the background. For flexoki-light, because color0 matched foreground, it
wasn't subtle, and would cause invisible text when used as a background
color (e.g., in text editor rulers). For vantablack, ethereal,
hackerman, and white, color0 matched background and would cause
invisible text when a theme wanted text to be de-emphasized.
This patch makes it consistently a subtle offset from background.
* Make helix selection theme colors more subtle
Helix is more usable if the selection background is subtle. This is
primarily because of [[1]], which makes a bright selection like we had
before often make the foreground text unreadable in the picker preview.
[1]: https://github.com/helix-editor/helix/issues/12405
2026-05-02 11:36:06 +02:00
David Heinemeier Hansson
ddb8081eaa
Integrate Apple display brightness controls with the normal hotkeys
...
And add Shift + Brightness to go min/max
2026-05-02 11:20:22 +02:00
David Heinemeier Hansson
3d52764310
Prevent lid closing from giving a false positive notification
...
Closes #5532 , #5544
2026-05-02 11:02:44 +02:00
David Heinemeier Hansson
241145f85b
Simplify the audio input muting
2026-05-02 10:24:31 +02:00
David Heinemeier Hansson
bdd8de0501
Fix perms
2026-05-02 09:40:36 +02:00
Ryan Hughes and GitHub
59b16e7f0f
Merge pull request #5541 from dotsilva/dev
...
fix: "Bistream" typo to "Bitstream"
2026-05-01 23:30:20 -04:00
Bruno da Silva
ff23d01fce
FIX: Bistream typo to Bitstream in three places
2026-05-01 21:24:41 -03:00
David Heinemeier Hansson
a4ab555516
Merge branch 'dev' into rc
2026-05-01 18:33:06 +02:00
David Heinemeier Hansson
3fabdf73e1
Fix impossible to see colors
2026-05-01 18:33:01 +02:00
David Heinemeier Hansson
a0185bfc65
Quiet down so we don't get useless output spam
2026-05-01 18:27:29 +02:00
David Heinemeier Hansson
1eaddf97ea
Quiet down so we don't get useless output spam
2026-05-01 18:27:20 +02:00
David Heinemeier Hansson
8537f41a9d
Merge branch 'dev' into rc
2026-05-01 18:22:57 +02:00
David Heinemeier Hansson
fef3def7e2
Just do it
2026-05-01 18:17:21 +02:00
Luke Hsiao and GitHub
3ce6e98022
Theme Helix with the current Omarchy theme ( #5530 )
...
Helix had no theme integration. Installing it from the menu just ran
omarchy-pkg-add and left the editor on whatever default theme it shipped
with, regardless of the active Omarchy palette.
This adds `default/themed/helix.toml.tpl` so the template
renderer produces a helix.toml on every theme switch, and
`omarchy-install-helix` that wires Helix up:
- install the package
- symlink `~/.config/helix/themes/omarchy.toml` at the rendered theme
- seed a config.toml selecting that theme when the user has none
The install menu routes Helix through this script. omarchy-restart-helix
joins omarchy-theme-set and signals Helix with SIGUSR1 so theme changes
are live [[1]], the same way as other packages. Arch-based distros
package the binary as 'helix' rather than upstream 'hx', so the new
scripts target 'helix' and the installer ends with a hint about aliasing
'hx'.
[1]: https://docs.helix-editor.com/configuration.html
Ref: https://github.com/basecamp/omarchy/discussions/4986
2026-05-01 18:17:07 +02:00
David Heinemeier Hansson
7f1071298c
Completion should not include --help
2026-05-01 18:04:42 +02:00
David Heinemeier Hansson
eeb409588a
This was actually correct using an alias
2026-05-01 18:04:42 +02:00
David Heinemeier Hansson
199183ea8b
Hide individual omarchy-* binaries from initial-word command completion
...
The unified `omarchy` dispatcher is the user-facing entry point
2026-05-01 18:04:42 +02:00