From ce5908ed1c96ac3e8cf9e9aa471441a1d653ab3b Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Sun, 10 May 2026 14:57:19 +0530 Subject: switched from power-profiles-daemon to tlp & removed the option to manually change the power mode, tlp does it automatically now! --- 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 b507509..f75c126 100644 --- a/quickshell/items/Electrons.qml +++ b/quickshell/items/Electrons.qml @@ -22,6 +22,6 @@ RowLayout { } MouseArea { anchors.fill: parent - onClicked: shellRoot.batteryModeConfig = !shellRoot.batteryModeConfig + onClicked: shellRoot.batteryInfo = !shellRoot.batteryModeConfig } } -- cgit v1.2.3