diff --git a/dots/.config/quickshell/ii/modules/settings/GeneralConfig.qml b/dots/.config/quickshell/ii/modules/settings/GeneralConfig.qml index c2ea1f930..3be552b9c 100644 --- a/dots/.config/quickshell/ii/modules/settings/GeneralConfig.qml +++ b/dots/.config/quickshell/ii/modules/settings/GeneralConfig.qml @@ -127,6 +127,14 @@ ContentPage { } } } + ConfigSwitch { + buttonIcon: "healing" + text: Translation.tr('Show battery health in popup') + checked: Config.options.battery.showHealth + onCheckedChanged: { + Config.options.battery.showHealth = checked; + } + } } ContentSection {