Files
arthur-os/bin/omarchy-restart-bluetooth
T
2026-04-28 12:03:46 -04:00

8 lines
158 B
Bash
Executable File

#!/bin/bash
# omarchy:summary=Unblock and restart the bluetooth service.
echo -e "Unblocking bluetooth...\n"
rfkill unblock bluetooth
rfkill list bluetooth