aboutsummaryrefslogtreecommitdiff
path: root/quickshell/items
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-05-10 14:57:19 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-05-10 14:57:19 +0530
commitce5908ed1c96ac3e8cf9e9aa471441a1d653ab3b (patch)
tree8d7202ffcabeafb700562ea122b500e26d7af68c /quickshell/items
parent8c1a8c052568c6f3fd9a76d01fc6bf694b85ff6e (diff)
switched from power-profiles-daemon to tlp & removed the option to manually change the power mode, tlp does it automatically now!
Diffstat (limited to 'quickshell/items')
-rw-r--r--quickshell/items/Electrons.qml2
1 files changed, 1 insertions, 1 deletions
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
}
}