From 91a5f9790cfd4a98ee940633694fb512ecf24942 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Thu, 6 Aug 2026 00:29:36 +0530 Subject: i3 > hyprland & x11 > wayland --- quickshell/scripts/bluetooth.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 quickshell/scripts/bluetooth.sh (limited to 'quickshell/scripts/bluetooth.sh') 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 -- cgit v1.2.3