mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
* Add bluetui integration and launch script - Add omarchy-launch-bluetooth script to launch bluetui TUI - Create migration scripts for bluetui installation - Update omarchy-menu and waybar configuration for bluetui support - Add bluetui to base packages * Move unblock into launchers and reuse existing launch or focus setup * Fix installer to remove blueberry and be more surgical with waybar changes --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
5 lines
116 B
Bash
Executable File
5 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rfkill unblock wifi
|
|
exec setsid omarchy-launch-or-focus org.omarchy.impala "omarchy-launch-tui impala"
|