mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 15:37:23 +00:00
Small bug fix
This commit is contained in:
parent
e7bd2cc299
commit
70af1410f2
BIN
screenshots/config.png
Normal file
BIN
screenshots/config.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 95 KiB |
BIN
screenshots/panel.png
Normal file
BIN
screenshots/panel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
@ -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"):
|
||||
|
Loading…
Reference in New Issue
Block a user