diff --git a/screenshots/config.png b/screenshots/config.png new file mode 100644 index 0000000..4ac811d Binary files /dev/null and b/screenshots/config.png differ diff --git a/screenshots/panel.png b/screenshots/panel.png new file mode 100644 index 0000000..1b6ae12 Binary files /dev/null and b/screenshots/panel.png differ diff --git a/source/contents/code/main.py b/source/contents/code/main.py index 9b4deca..bfc304b 100755 --- a/source/contents/code/main.py +++ b/source/contents/code/main.py @@ -243,7 +243,7 @@ class pyTextWidget(plasmascript.Applet): self.down_speed = "%4s" % (value) elif (sourceName == self.tempdev): value = str(round(float(data[QString(u'value')]), 1)) - self.tempText = "%s4" % (value) + self.tempText = "%s" % (value) elif (sourceName == "mem/physical/free"): self.mem_free = float(data[QString(u'value')]) elif (sourceName == "mem/physical/used"):