diff --git a/pytextmonitor.plasmoid b/pytextmonitor.plasmoid index 8a1001e..5283d0f 100644 Binary files a/pytextmonitor.plasmoid and b/pytextmonitor.plasmoid differ diff --git a/screenshots/config.png b/screenshots/config.png index 3927a70..c9fc4e5 100644 Binary files a/screenshots/config.png and b/screenshots/config.png differ diff --git a/screenshots/panel.png b/screenshots/panel.png index 1b6ae12..4c11fd7 100644 Binary files a/screenshots/panel.png and b/screenshots/panel.png differ diff --git a/source/contents/code/main.py b/source/contents/code/main.py index 9e3854d..59a7c14 100755 --- a/source/contents/code/main.py +++ b/source/contents/code/main.py @@ -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): diff --git a/tasks b/tasks deleted file mode 100644 index 1e6d494..0000000 --- a/tasks +++ /dev/null @@ -1 +0,0 @@ -1. Поиграться с dataengine (память) \ No newline at end of file