mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-12-14 17:13:41 +00:00
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:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user