diff options
Diffstat (limited to '')
-rw-r--r-- | examples/plugins/cpu | 2 | ||||
-rw-r--r-- | examples/plugins/cpuonline | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/plugins/cpu b/examples/plugins/cpu index c26ec59..0c1e80e 100644 --- a/examples/plugins/cpu +++ b/examples/plugins/cpu @@ -1,6 +1,6 @@ # -*- python -*- -# A xpybar configuration example testing the features of plugins.chase +# A xpybar configuration example testing the features of plugins.cpu import time import threading diff --git a/examples/plugins/cpuonline b/examples/plugins/cpuonline index 1796b22..1f99478 100644 --- a/examples/plugins/cpuonline +++ b/examples/plugins/cpuonline @@ -1,6 +1,6 @@ # -*- python -*- -# A xpybar configuration example testing the features of plugins.chase +# A xpybar configuration example testing the features of plugins.cpuonline import time import threading |