New release 1.3.2:

* optimization and refactoring
  * gpu* and hddtemp now read from ext-sysmon DataEngine
Extended SystemMonitor DataEngine:
  initial release 1.0:
    + add gpu source
    + add gputemp source
    + add hddtemp source
    + add install script
This commit is contained in:
arcan1s
2013-05-24 19:48:10 +04:00
parent 9243220505
commit 4c59e7e892
18 changed files with 447 additions and 415 deletions

View File

@ -13,4 +13,4 @@ class Config():
return self.config.readEntry(key, default).toString()
def set(self, key, value):
self.config.writeEntry(key, value)
self.config.writeEntry(key, value)