mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-10-15 00:59:55 +00:00
Pre-release 1.3.3b:
+ added select temperature device
This commit is contained in:
@ -80,6 +80,7 @@ class Reinit():
|
||||
self.parent.layout.addItem(self.parent.label_cpu)
|
||||
elif (order == "2"):
|
||||
if (self.parent.tempBool == 1):
|
||||
self.parent.tempdev = str(settings.get('temp_device', '<select device>'))
|
||||
self.parent.tempFormat = str(settings.get('tempFormat', '[temp: $temp°C]'))
|
||||
self.parent.label_temp = Plasma.Label(self.parent.applet)
|
||||
if (self.parent.tempFormat.split('$temp')[0] != self.parent.tempFormat):
|
||||
|
Reference in New Issue
Block a user