From 29e3e7939b91c587a40e1c13babe1d8b15db180c Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Thu, 18 Dec 2025 14:49:54 +0530 Subject: forgot about AC/DC(), .bin for personal stuff --- quickshell/items/Electrons.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quickshell/items') diff --git a/quickshell/items/Electrons.qml b/quickshell/items/Electrons.qml index f3164a0..769eda8 100644 --- a/quickshell/items/Electrons.qml +++ b/quickshell/items/Electrons.qml @@ -12,7 +12,7 @@ RowLayout { } } Text { - text: battery + text: (batteryCharging ? ("AC/DC(" + battery + ")") : battery) color: (battery <= redBatteryPoint) ? shellRoot.red : ((battery <= orangeBatteryPoint) ? shellRoot.orange : shellRoot.green) font { family: shellRoot.fontFamily -- cgit v1.2.3