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/Electrons.qml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 quickshell/items/Electrons.qml (limited to 'quickshell/items/Electrons.qml') diff --git a/quickshell/items/Electrons.qml b/quickshell/items/Electrons.qml deleted file mode 100644 index f75c126..0000000 --- a/quickshell/items/Electrons.qml +++ /dev/null @@ -1,27 +0,0 @@ -import QtQuick -import QtQuick.Layouts - -RowLayout { - spacing: 0 - Text { - text: " Electrons:" - color: shellRoot.white - font { - family: shellRoot.fontFamily - pixelSize: shellRoot.fontSize - } - } - Text { - text: (batteryCharging ? ("AC/DC(" + battery + ")") : battery) - color: (battery <= redBatteryPoint) ? shellRoot.red : ((battery <= orangeBatteryPoint) ? shellRoot.orange : shellRoot.green) - font { - family: shellRoot.fontFamily - pixelSize: shellRoot.fontSize - bold: true - } - } - MouseArea { - anchors.fill: parent - onClicked: shellRoot.batteryInfo = !shellRoot.batteryModeConfig - } -} -- cgit v1.2.3