#!/bin/bash

# omarchy:summary=Launch the Omarchy bluetooth controls TUI (provided by bluetui).

rfkill unblock bluetooth
exec omarchy-launch-or-focus-tui bluetui
