Fix missing value in battery status tuple for openbsd

This commit is contained in:
jkre 2024-01-22 22:32:16 +01:00
parent 61105e46b7
commit c750543950

View file

@ -202,7 +202,7 @@ namespace Cpu {
string cpuName;
string cpuHz;
bool has_battery = true;
tuple<int, long, string> current_bat;
tuple<int, float, long, string> current_bat;
const array<string, 10> time_names = {"user", "nice", "system", "idle"};