7 lines
163 B
Bash
Executable File
7 lines
163 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# archypr:summary=Launch the Omarchy bluetooth controls TUI (provided by bluetui).
|
|
|
|
rfkill unblock bluetooth
|
|
exec archypr-launch-or-focus-tui bluetui
|