David Heinemeier Hansson
61032ba4d0
Set Cloudflare as the default DNS with Google as backup
...
Solves a bunch of problems with shitty local DNS
2025-08-08 18:00:30 +02:00
David Heinemeier Hansson
e567e9ee8a
A bit more space
2025-08-08 17:31:28 +02:00
David Heinemeier Hansson
375210f5c8
Give About more room to breathe
2025-08-08 17:27:48 +02:00
David Heinemeier Hansson
eb589b012e
Move together to other #item defintion
2025-08-08 17:01:51 +02:00
David Heinemeier Hansson
c97de217b3
Use walker to highlight current selection
2025-08-08 15:56:16 +02:00
David Heinemeier Hansson
9dc12c1d3e
Fix missing comma for windowrule
2025-08-08 13:20:08 +02:00
David Heinemeier Hansson
7eb661c9c8
Fix transcode-png2jpg
2025-08-07 13:38:01 +02:00
David Heinemeier Hansson
4a468041cb
Fix comments and description
2025-08-07 13:03:50 +02:00
David Heinemeier Hansson
97e3902455
Merge branch 'master' into dev
2025-08-07 13:02:22 +02:00
Manuel
6b8917450f
Make Screensaver Background Color Black ( #526 )
...
* add sceensaver alacritty config file and changed screensaver cmd
* Move the screensaver config into defaults
Since its not meant to be user edited
---------
Co-authored-by: Manu <manuel.ramsaier@gmail.com>
Co-authored-by: David Heinemeier Hansson <david@hey.com>
2025-08-06 22:53:15 +02:00
Emmanuel Pastor
6348a0ad08
Fix wrong workspace numbers in description ( #522 )
2025-08-06 21:00:37 +02:00
David Heinemeier Hansson
d72f716c83
Add transcode functions
2025-08-06 13:34:19 +02:00
David Heinemeier Hansson
d9efaac906
Start hyprsunset on demand instead of needing it to run constantly
2025-08-05 16:25:08 +02:00
David Heinemeier Hansson
678882810e
Moved web app functions to full omarchy TUI commands
2025-08-05 11:40:35 +02:00
David Heinemeier Hansson
eda03fcfe1
Try with Start instead
2025-08-04 20:18:49 +02:00
David Heinemeier Hansson
b4a6550b29
Use new omarchy-menu for everything
2025-08-04 19:50:36 +02:00
David Heinemeier Hansson
552fbb47fe
Overhaul the omarchy-menu
2025-08-04 18:33:38 +02:00
David Heinemeier Hansson
29f4ee3524
Removed by mistake
2025-08-04 18:25:05 +02:00
David Heinemeier Hansson
fb5a56474d
Allow filtering on all the walker menus
2025-08-04 12:58:32 +02:00
David Heinemeier Hansson
4c0d38616e
Better grouping
2025-08-04 12:50:05 +02:00
David Heinemeier Hansson
02043fa631
Turn screensaver binding into a full cmd menu
2025-08-04 12:44:19 +02:00
David Heinemeier Hansson
7540bddee1
Toggle instead of stack hyprpicker
2025-08-04 11:54:04 +02:00
David Heinemeier Hansson
b358990a70
Set default size
2025-08-04 11:42:04 +02:00
David Heinemeier Hansson
9855693eb1
Position picture-in-picture windows correctly ( closes #260 )
...
Co-authored-by: @ElFitaFlores
2025-08-04 11:33:00 +02:00
David Heinemeier Hansson
755633cd95
Documentation
2025-08-03 20:07:46 +02:00
David Heinemeier Hansson
63179c7d80
Add format-drive function to wipe drives
2025-08-03 19:59:25 +02:00
David Heinemeier Hansson
fb05e59bf6
Extract app-specific tweaks into their own files
2025-08-03 13:47:26 +02:00
David Heinemeier Hansson
81aeee437c
A few more binding description tweaks
2025-08-03 12:03:59 +02:00
David Heinemeier Hansson
933d18fce3
Expand bind descriptions
2025-08-03 11:48:53 +02:00
Simon Dawson
8f3647c5c5
Use dynamic bindings list in omarchy-menu-keybindings
( #300 )
...
* fix: Use dynamic bindings list in omarchy-menu-keybindings
We can use `hyprctl binds` to get a dynamic list of the currently-set
key bindings. This allows for a custom user configuration that is
split into arbitrary config files, and which makes use of `unbind` to
remove default Omarchy key bindings.
* chore: Support optional description for key bindings
If the description is present, use it in the key
bindings menu, instead of displaying some version
of the dispatched command.
* chore: Add some key binding description strings
2025-08-03 11:11:29 +02:00
Jaxon Wright
3fb1bf9759
Add Hyprsunset for Blue Light Filtering / Nightlight ( #447 )
...
* install hyprsunset when installing other hypr packages
* add hyprsunset to autostart
* add default hyprsunset config to make it do nothing by default
* waybar: add hyprsunset shortcut next to bluetooth shortcut to quickly toggle blue light filtering
* waybar: fix icon switching for hyprsunset widget
* add migration for hyprsunset
* waybar: rename "Blue Light Filter" to "Nightlight"
* waybar: make nightlight module appear next to bluetooth module
* waybar: do not include nightlight module by default
* add omarchy-toggle-nightlight script
* add default keybinding for toggling hyprsunset nightlight (SUPER + CTRL + N)
* waybar: remove nightlight module from config entirely
* waybar: remove nightlight from css
* update hyprsunset migration to skip yay install if already installed
* omarchy-toggle-nightlight: use `omarchy-restart-waybar` script instead of pkill with -SIG
* omarchy-toggle-nightlight: only restart waybar if nightlight is in the waybar config
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com>
2025-08-03 10:26:59 +02:00
David Heinemeier Hansson
23b9b15936
Convert refresh-compose command into the same bin as everything else
2025-08-03 09:38:40 +02:00
David Heinemeier Hansson
f729004306
Show indicator if update is available ( #456 )
...
* Show indicator if update is available
* Language
2025-08-02 21:48:06 +02:00
Ryan Hughes
0a16d502f2
Fix Plymouth login positioning in multi-monitor setups + limit password from overflowing ( #446 )
...
* Limit bullets to 21 to prevent overflow
* Fix plymouth rendering off center in multi-monitor setups
Co-authored-by: Raphael Kimmig <raphael.kimmig@ampad.de>
* Add migration
---------
Co-authored-by: Raphael Kimmig <raphael.kimmig@ampad.de>
2025-08-02 13:08:56 +02:00
Rob Cameron
0efd63f021
Adds BAT_THEME ENV var ( #438 )
2025-08-01 23:19:14 +02:00
Taha
51f3d15ead
update plymouth logo ( #406 )
2025-07-30 16:13:40 +02:00
David Heinemeier Hansson
d4f6859022
Revert "Swap Spotify GUI to TUI"
...
This reverts commit b09d2d68cd65167e7cff5f751caed1fa5ac38dba.
2025-07-29 19:17:41 +02:00
David Heinemeier Hansson
b09d2d68cd
Swap Spotify GUI to TUI
2025-07-29 16:31:40 +02:00
David Heinemeier Hansson
5c98de75d1
Give the new font selector a bit of room to breathe
2025-07-29 15:27:34 +02:00
David Heinemeier Hansson
bdf5540cf3
Formatting
2025-07-29 14:21:14 +02:00
David Heinemeier Hansson
eb74d4cb6f
Add OMARCHY_PATH for easy access
2025-07-29 08:42:27 +02:00
David Heinemeier Hansson
bba8802c29
Merge branch 'master' into dev
2025-07-28 12:52:49 +02:00
David Heinemeier Hansson
588ce42f08
Split and explain
2025-07-28 10:03:11 +02:00
David Heinemeier Hansson
c589130d8b
Merge pull request #379 from c4software/patch-3
...
Add ALT+Tab bindings to cycle windows and bring active to top
2025-07-28 10:02:47 +02:00
Patrick Hoffmann
9d7ed32fc9
Fix: restrict Steam centering to only the main window
2025-07-28 00:33:53 +02:00
Brosseau Valentin
eca4f65475
Add ALT+Tab bindings to cycle windows and bring active to top
2025-07-27 21:07:20 +02:00
David Heinemeier Hansson
a801fde7b9
Recommend starship.rs for prompt
2025-07-27 14:10:04 -04:00
David Heinemeier Hansson
2953db18d9
Reveal a fully .bashrc that provides examples of what to overwrite
2025-07-27 10:45:22 -04:00
David Heinemeier Hansson
008fab9df3
Turn dazzle into a full-blown screensaver
2025-07-26 21:53:13 -04:00
David Heinemeier Hansson
42886f86bb
Ordering
2025-07-26 18:49:33 -04:00