* Support single-key keyboard backlight cycling (like Asus F4) and add keyboard specific OSD icon
* We don't need an alias
---------
Co-authored-by: Ryan Latimer <ryan@example.com>
Co-authored-by: David Heinemeier Hansson <david@hey.com>
* Simplified battery percentage retrieval command
Simplified the battery percentage extraction command.
* Used int instead of adding 0, put exit back in
Changed to use int.
Put exit back in to only return first battery in case of systems with multiple batteries.
* Add full OSC 52 support to Alacritty configuration
* Simplify OSC 52 support addition in Alacritty config
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com>
The try command detects shell type from $SHELL variable. When bash is
launched from fish, $SHELL is still set to /usr/bin/fish, causing try
to output fish syntax which fails in bash with syntax errors.
Explicitly set SHELL=/bin/bash for the try init call to ensure correct
shell detection.
* UPDATE: select background method
* ADD: migration file for background selector
* Add symlink for background selector in walker-elephant.sh
Forgot about this file. Should be added to make sure the background selector feature available in the fresh install
* clean up the code a bit
Updated omarchy background selector to hide from provider list and removed subtext from entries.
* Make the background selector the default
* Fix migration
* FIX: typo on background symlink target
* UPDATE: add ~/.config/omarchy/backgrounds/theme.name
* UPDATE: Cache = false
* Fix escaping for all extensions
* Extract omarchy-theme-bg-set
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com>
Instead of choosing exclusively between the official or user theme
directory, copy the official theme first, then overlay any user
customizations on top. This allows users to override specific files
(e.g. colors, backgrounds, keyboard backlight) without having to
duplicate the entire theme.
Maintainer keys might have been added/revoked, let's ensure that we have
the latest before updating the packages, otherwise users might have to
do this manually.
Fixes https://github.com/basecamp/omarchy/issues/4608