mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-15 06:45:48 +00:00
add tests for battery and gpuload sources
+ some tests refactoring
This commit is contained in:
@ -43,7 +43,7 @@ private:
|
||||
QStringList devices;
|
||||
QString hddtempCmd = QString("sudo hddtemp");
|
||||
QString smartctlCmd = QString("sudo smartctl -a");
|
||||
QPair<float, float> temp = QPair<float, float>(0.0f, 40.0f);
|
||||
QPair<float, float> temp = QPair<float, float>(0.0f, 120.0f);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user