#!/bin/bash

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

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