David Heinemeier Hansson
66daacb30d
Now available on OPR
2026-01-20 09:45:35 -04:00
David Heinemeier Hansson
988418aea1
Make purpose clearer
2026-01-20 08:16:03 -04:00
David Heinemeier Hansson
25451f4a03
Compensate for swayosd not liking a 0.00 progress meter
2026-01-19 17:55:38 -04:00
David Heinemeier Hansson
d884265d46
Add keyboard brightness controls
2026-01-19 17:53:19 -04:00
David Heinemeier Hansson
5e1ce16358
Centralize all brightness commands
2026-01-19 17:49:53 -04:00
David Heinemeier Hansson
713b6e3a36
Expose audio soft mixer as a tweak
2026-01-19 17:20:18 -04:00
David Heinemeier Hansson
2c7b283aef
Toggle hybrid GPU mode via supergfxctl ( #4277 )
...
* Toggle hybrid GPU mode via supergfxctl
Very useful for Asus G14 and other laptops with NVIDIA + AMD iGPU
combos.
* Use correct exit
* Simplify
* Wording
* Revise switching process
* Spacing
* These are sudo actions
* Make it exe
* No need for extensions
Matches existing style
* Relying on the new config should be enough since we are restarting anyway
* Prevent race condition
* Reminder to add to OPR
2026-01-19 17:11:23 -04:00
David Heinemeier Hansson
4701726c83
Split out removing orphan packages as well
...
And make sure failed AUR update doesn't fail the update entirely
2026-01-19 12:21:06 -05:00
David Heinemeier Hansson
bfc3c69cf1
Update AUR packages after system pkgs + migrate
...
As AUR packages need local compiling and that might fail. Which
shouldn't prevent migrations from running.
2026-01-19 10:49:46 -05:00
David Heinemeier Hansson
21514dc577
Turn audio soft mixing into an opt-in toggle
...
It causes issues on some machines, but is required on the Asus G14
2026-01-17 14:43:59 -05:00
David Heinemeier Hansson
5ff76df5e4
Ensure default routes don't overwrite the ffix
2026-01-14 19:53:28 -05:00
David Heinemeier Hansson
bab0004d08
Fix volume controls on Asus G14
2026-01-14 17:40:53 -05:00
David Heinemeier Hansson
93079858f1
Extract shared swayosd helper
2026-01-14 17:21:10 -05:00
David Heinemeier Hansson
4287472e02
Simplify
2026-01-14 17:11:50 -05:00
David Heinemeier Hansson
291786d36a
Set brightness in a more broadly compatible way
...
Fixes brightness setting on the Asus G14
2026-01-14 16:37:22 -05:00
Pierre Olivier Martel
05b82cbee5
Add headset icon to pulseaudio module in waybar ( #4244 )
2026-01-13 11:28:04 +01:00
Yaroslav Yenkala
1ff31cfe41
Automatic fallback to Alacritty for legacy GPUs when install Omarchy ( #3711 )
...
* Use alacritty when legacy gpu when install omarchy
* Inline legacy GPU detection, install Alacritty only when needed
2026-01-12 12:24:16 +01:00
David Heinemeier Hansson
cd995319bf
Add img2jpg-medium
2026-01-12 11:50:07 +01:00
David Heinemeier Hansson
281f0b86d2
Add new default wallpaper for Tokyo Night
...
Created by @Maxteabag
Closes #4221
2026-01-12 11:20:33 +01:00
David Heinemeier Hansson
55668f4c6d
Use just a single capture menu instead
2026-01-12 10:59:55 +01:00
David Heinemeier Hansson
9c71962a16
Add Super + Ctrl + P (and friends) as alternative keybinds for captures on keyboards without a printscr key
...
Closes #4051
2026-01-12 10:57:04 +01:00
Ryan Hughes
7d77500c33
Eliminate rdp check causing black screen
2026-01-10 22:39:01 -05:00
Ryan Hughes
fb1d9ccfa3
Merge pull request #4217 from arcangelo7/fix/windows-vm-clipboard-sharing
...
Enable clipboard sharing for Windows VM
2026-01-10 22:38:54 -05:00
Ryan Hughes
2f75e9c7ec
Merge pull request #3958 from felixzsh/fix-windows-vm-lauch-sleep
...
fix: dynamic Windows VM boot synchronization for RDP
2026-01-10 22:17:10 -05:00
felixzsh
b22ed8448a
fix: dynamic windows-vm boot detection
...
The current 5-second sleep is not enough for all hardware. On my PC (and
likely many others), Windows takes longer to initialize. If the script
tries to connect via RDP before Windows is fully ready, the connection
fails or hangs.
I replaced the fixed sleep with a dynamic loop that checks the Docker
logs for the "Windows started successfully" message. This ensures the
RDP client only starts once Windows has confirmed it's ready, making the
launch process much more reliable across different hardware specs.
Fixes #2599
2026-01-10 22:14:19 -05:00
David Heinemeier Hansson
a0d2f007fd
Specialize waybar to match the backgrounds better
2026-01-10 21:08:57 +01:00
Arcangelo Massari
955844cb5d
feat(windows-vm): enable clipboard sharing in RDP session
...
Add /clipboard flag to xfreerdp3 command to enable bidirectional
clipboard sharing between Windows VM and Omarchy.
2026-01-10 19:49:54 +01:00
David Heinemeier Hansson
295c7c91fc
Fix concatenation
2026-01-10 14:33:36 +01:00
Will Hampson
bc1a531534
fix: skill name must match case of skill directory exactly ( #4162 )
2026-01-09 15:40:56 +01:00
Dominik
4cec214a53
Replace yq with pure bash for TOML parsing ( #4171 )
...
* Replace yq with pure bash for TOML parsing
The yq-based parsing only worked with jq/yq v3 and broke with go-yq v4.
This change removes the yq and uses bash for parsing. Some additional improvments:
- Handles single and double quoted values
- Strips inline comments (e.g. "#hex" #comment)
* Remove the no-longer-needed yq packages
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2026-01-09 15:39:07 +01:00
David Heinemeier Hansson
0b5ba427b2
Merge branch 'master' into dev
2026-01-09 15:32:56 +01:00
David Heinemeier Hansson
53b8fc4257
Ensure we reset the DBs with the Omarchy versions
2026-01-09 14:34:38 +01:00
David Heinemeier Hansson
dcb9527770
Ensure we reset the DBs with the Omarchy versions
2026-01-09 14:34:29 +01:00
Ryan Hughes
6c35e840f5
Version bump
2026-01-08 22:27:03 -05:00
Ryan Hughes
da984ce243
Fix infinite waiting
2026-01-08 22:26:52 -05:00
Ryan Hughes
65bafa4f3b
Bump
2026-01-08 19:33:06 -05:00
Ryan Hughes
f5a35a1afe
Bump
2026-01-08 19:32:32 -05:00
Ryan Hughes
c9b3e13df8
Merge pull request #4174 from basecamp/dev
...
v3.3.3
v3.3.3
2026-01-08 18:51:48 -05:00
Ryan Hughes
9775b01070
Don't update gcc14
2026-01-08 18:49:41 -05:00
Ryan Hughes
b42dcf098b
Merge pull request #4170 from basecamp/dev
...
v3.3.2
v3.3.2
2026-01-08 17:18:41 -05:00
Ryan Hughes
6ae31aedae
Update message
2026-01-08 17:17:32 -05:00
Ryan Hughes
63b0cd64bd
Add update logger w/ analysis
2026-01-08 16:52:49 -05:00
Ryan Hughes
bf779a6bbc
Add additional hardening for missing headers
2026-01-08 15:28:56 -05:00
Ryan Hughes
774b4700ef
Extra hardening the driver swap
2026-01-08 13:44:34 -05:00
Ryan Hughes
400a87955e
Use omarchy-pkg-add
2026-01-08 13:41:20 -05:00
David Heinemeier Hansson
fe48a16a90
Correct the accent color
2026-01-08 15:02:05 +01:00
David Heinemeier Hansson
78ef351269
Merge pull request #4148 from basecamp/dev
...
Omarchy 3.3.1
v3.3.1
2026-01-08 13:51:47 +01:00
David Heinemeier Hansson
558cd68810
Bump version
2026-01-08 13:44:54 +01:00
David Heinemeier Hansson
067ec2bd71
Fix migration for when current theme is a directory, not a symlink
...
Closes #4147
2026-01-08 13:41:26 +01:00
David Heinemeier Hansson
ec4cd81e63
Fix the singletonlock issue properly
2026-01-08 13:18:55 +01:00