Ryan Hughes
c7a9d2b345
Add push-to-talk keybind for voxtype
2026-05-03 15:33:51 -04:00
David Heinemeier Hansson
dfc6eab8db
Ensure the elephant menus are always linked on a refresh
...
Closes #4717
2026-05-03 21:01:27 +02:00
David Heinemeier Hansson
9c944e89f6
Better install of retroarch
2026-05-03 20:54:13 +02:00
David Heinemeier Hansson
301ea3ecc6
Fix hard to see color
2026-05-03 20:54:13 +02:00
Ryan Hughes
6a5e53784f
Bypass portal by default for screenrecording due to portal bug
2026-05-03 14:42:34 -04:00
d904ed3afe
Add dynamic theming for gum ( #4467 )
...
* Add dynamic theming for gum.
* Add migration.
* Fix migration script.
* Add omarchy-theme-reset utility.
* Move env variables into seperate file and update migration script.
* Migration adds the new hyprland config file to the users hyprland.conf.
* Add gum.env.conf to default env.conf instead.
* Reuse new omarchy-theme-refresh and update migration.
* Ensure no errors are thrown if the file can't be loaded
* Just apply this on the next theme selection
So it's not disruptive
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2026-05-03 20:26:03 +02:00
David Heinemeier Hansson
6370a673ed
Allow ssh git urls not just web for theme installs
...
Closes #3916
Co-authored-by: @Vargrul
2026-05-03 19:36:50 +02:00
David Heinemeier Hansson
10165f2799
Add video to gif transcoding
2026-05-03 19:16:16 +02:00
a700806f91
Update Plymouth theme to enable smoother progress bar ( #3661 )
...
* Update Plymouth theme to enable smoother progress bar
* Fix migration
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2026-05-03 17:03:30 +02:00
David Heinemeier Hansson
e8b1b4649f
Add expectations about slow start
2026-05-03 16:02:37 +02:00
David Heinemeier Hansson
dbefc1b850
Simplify the steam install so we don't need user intervention for drivers
2026-05-03 15:58:32 +02:00
David Heinemeier Hansson
37a073d8fb
Stop setting SDL_VIDEODRIVER as it may interfere with steam gaming
...
Closes #2564
2026-05-03 15:45:40 +02:00
75eec08758
Add screenshot OCR functionality with Minimal Dependencies ( #1918 )
...
* Add script to capture screenshot, perform OCR, and copy text to clipboard
* Add binding for screenshot-ocr
* Update OCR binding description
* Add tesseract OCR and language data installation
* Update bindings to current dev
* Refactor screenshot capture method to use wayfreeze and slurp for region selection
* Refactor OCR text extraction to simplify error handling
* Bring up to date
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2026-05-03 15:25:33 +02:00
David Heinemeier Hansson
fcf742a3a1
Raise ulimit headroom
...
Closes #1758
2026-05-03 15:08:01 +02:00
David Heinemeier Hansson
70258684a2
Add support for IPv6 in DNS configuration
...
Closes #1633
Co-authored-by: @jardahrazdera
2026-05-03 15:01:30 +02:00
David Heinemeier Hansson
9ee810ef87
Prevent mic open pop on the recording
2026-05-03 14:31:18 +02:00
David Heinemeier Hansson
a4f58e836d
Reports of this hanging, it's unnecessary
...
What's there now works, and the alert can be removed by reapplying the
theme manually.
2026-05-03 13:42:21 +02:00
David Heinemeier Hansson
2fa451baa5
We already have Work
2026-05-03 13:38:37 +02:00
David Heinemeier Hansson
6cceabb90f
Add notifications silencing to the toggle menu
2026-05-03 12:47:36 +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
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
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
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
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
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
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
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