diff options
-rw-r--r-- | examples/plugins/cpu | 2 | ||||
-rw-r--r-- | examples/plugins/cpuonline | 2 | ||||
-rw-r--r-- | examples/plugins/df | 2 | ||||
-rw-r--r-- | examples/plugins/discstats | 2 | ||||
-rw-r--r-- | examples/plugins/loadavg | 2 | ||||
-rw-r--r-- | examples/plugins/lunar | 2 | ||||
-rw-r--r-- | examples/plugins/mem | 2 |
7 files changed, 7 insertions, 7 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 diff --git a/examples/plugins/df b/examples/plugins/df index 4caa679..e3e9e33 100644 --- a/examples/plugins/df +++ b/examples/plugins/df @@ -1,6 +1,6 @@ # -*- python -*- -# A xpybar configuration example testing the features of plugins.chase +# A xpybar configuration example testing the features of plugins.df import time import threading diff --git a/examples/plugins/discstats b/examples/plugins/discstats index 6642e41..45097e6 100644 --- a/examples/plugins/discstats +++ b/examples/plugins/discstats @@ -1,6 +1,6 @@ # -*- python -*- -# A xpybar configuration example testing the features of plugins.chase +# A xpybar configuration example testing the features of plugins.discstats import time import threading diff --git a/examples/plugins/loadavg b/examples/plugins/loadavg index b97782f..9064f9b 100644 --- a/examples/plugins/loadavg +++ b/examples/plugins/loadavg @@ -1,6 +1,6 @@ # -*- python -*- -# A xpybar configuration example testing the features of plugins.chase +# A xpybar configuration example testing the features of plugins.loadavg import time import threading diff --git a/examples/plugins/lunar b/examples/plugins/lunar index d2798da..d408044 100644 --- a/examples/plugins/lunar +++ b/examples/plugins/lunar @@ -1,6 +1,6 @@ # -*- python -*- -# A xpybar configuration example testing the features of plugins.chase +# A xpybar configuration example testing the features of plugins.lunar import time import threading diff --git a/examples/plugins/mem b/examples/plugins/mem index e594858..11af46d 100644 --- a/examples/plugins/mem +++ b/examples/plugins/mem @@ -1,6 +1,6 @@ # -*- python -*- -# A xpybar configuration example testing the features of plugins.chase +# A xpybar configuration example testing the features of plugins.mem import time import threading |