mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-11-28 02:13:41 +00:00
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 250 KiB After Width: | Height: | Size: 255 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 44 KiB |
@ -503,7 +503,7 @@ class pyTextWidget(plasmascript.Applet):
|
||||
self.systemmonitor.connectSource("mem/swap/used", self, self.interval)
|
||||
else:
|
||||
self.systemmonitor.connectSource("mem/swap/free", self, 200)
|
||||
self.systemmonitor.connectSource("mem/swap/used", self, 200)
|
||||
self.systemmonitor.connectSource("mem/swap/used", self, 200)
|
||||
|
||||
@pyqtSignature("dataUpdated(const QString &, const Plasma::DataEngine::Data &)")
|
||||
def dataUpdated(self, sourceName, data):
|
||||
|
||||
Reference in New Issue
Block a user