diff options
Diffstat (limited to '')
| -rw-r--r-- | examples/plugins/cpu | 1 | ||||
| -rw-r--r-- | examples/plugins/cpuinfo | 1 | ||||
| -rw-r--r-- | examples/plugins/cpuonline | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/examples/plugins/cpu b/examples/plugins/cpu index 5daf290..3a8200e 100644 --- a/examples/plugins/cpu +++ b/examples/plugins/cpu @@ -87,4 +87,3 @@ def redraw(): s('Softirq', cpu_.softirq_total), s('Softirq', cpu_.softirq)) bar.clear() bar.draw_coloured_text(0, 10, 0, 2, text) - diff --git a/examples/plugins/cpuinfo b/examples/plugins/cpuinfo index 1cad050..12311e8 100644 --- a/examples/plugins/cpuinfo +++ b/examples/plugins/cpuinfo @@ -58,4 +58,3 @@ def redraw(): bar.clear() bar.draw_coloured_text(0, 10, 0, 2, text) - diff --git a/examples/plugins/cpuonline b/examples/plugins/cpuonline index 32e2302..472762e 100644 --- a/examples/plugins/cpuonline +++ b/examples/plugins/cpuonline @@ -35,4 +35,3 @@ def redraw(): text %= s(cpu.online), s(cpu.offline), s(cpu.present), s(cpu.possible) bar.clear() bar.draw_coloured_text(0, 10, 0, 2, text) - |
