aboutsummaryrefslogtreecommitdiff
path: root/quickshell/scripts/bluetooth.sh
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-08-06 00:29:36 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-08-06 00:29:36 +0530
commit91a5f9790cfd4a98ee940633694fb512ecf24942 (patch)
treeb20bdd22e304234b6893e20d0ca5fbfd042f2184 /quickshell/scripts/bluetooth.sh
parentced774e19c36fb3b0b33a3846e7c9cf874b0c206 (diff)
i3 > hyprland & x11 > wayland
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