aboutsummaryrefslogtreecommitdiff
path: root/quickshell/scripts/bluetooth.sh
diff options
context:
space:
mode:
Diffstat (limited to 'quickshell/scripts/bluetooth.sh')
-rwxr-xr-xquickshell/scripts/bluetooth.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/quickshell/scripts/bluetooth.sh b/quickshell/scripts/bluetooth.sh
deleted file mode 100755
index 861e4a3..0000000
--- a/quickshell/scripts/bluetooth.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-
-connected="$(bluetoothctl devices Connected)"
-
-if [ -z "$connected" ]; then
- echo "Offline"
-else
- echo "$connected"
-fi