diff --git a/pywmtemp.py b/pywmtemp.py index 7f88f4c..06be952 100755 --- a/pywmtemp.py +++ b/pywmtemp.py @@ -216,6 +216,9 @@ class SensorDockApp(wmdocklib.DockApp): self._put_string(item, position) position += self.char_height self._draw_graph() + name = self._current_graph.upper() + name = name[:4] + self.add_string(name, 1, 50) count += 1 if count >= 10: