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/items/LowEnergy.qml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 quickshell/items/LowEnergy.qml (limited to 'quickshell/items/LowEnergy.qml') diff --git a/quickshell/items/LowEnergy.qml b/quickshell/items/LowEnergy.qml deleted file mode 100644 index bfd33ab..0000000 --- a/quickshell/items/LowEnergy.qml +++ /dev/null @@ -1,28 +0,0 @@ -import QtQuick -import QtQuick.Layouts - -RowLayout { - spacing: 0 - opacity: !shellRoot.dnd - Text { - text: " Low Energy:" - color: shellRoot.white - font { - family: shellRoot.fontFamily - pixelSize: shellRoot.fontSize - } - } - Text { - text: bluetoothName - color: bluetoothName == "Offline" ? shellRoot.red : shellRoot.green - font { - family: shellRoot.fontFamily - pixelSize: shellRoot.fontSize - bold: true - } - } - MouseArea { - anchors.fill: parent - onClicked: bluetoothManagerProc.running = true - } -} -- cgit v1.2.3