forked from Shinonome/dots-hyprland
Removed settings and configs for battery health
This commit is contained in:
@@ -32,9 +32,6 @@ Singleton {
|
||||
property real timeToFull: UPower.displayDevice.timeToFull
|
||||
|
||||
property real health: (function() {
|
||||
if (!Config.options.battery.showHealth) {
|
||||
return 0;
|
||||
}
|
||||
const devList = UPower.devices.values;
|
||||
for (let i = 0; i < devList.length; ++i) {
|
||||
const dev = devList[i];
|
||||
|
||||
Reference in New Issue
Block a user