diff options
-rw-r--r-- | Plugins/HelloWorld.hs | 2 | ||||
-rw-r--r-- | Plugins/helloworld.config | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Plugins/HelloWorld.hs b/Plugins/HelloWorld.hs index 8e68713..0d72379 100644 --- a/Plugins/HelloWorld.hs +++ b/Plugins/HelloWorld.hs @@ -14,7 +14,7 @@ module Plugins.HelloWorld where -import Commands +import Plugins data HelloWorld = HelloWorld deriving (Read) diff --git a/Plugins/helloworld.config b/Plugins/helloworld.config index 1cf3963..b189aaf 100644 --- a/Plugins/helloworld.config +++ b/Plugins/helloworld.config @@ -9,9 +9,8 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" , refresh = 10 , commands = [ Run Cpu [] 10 , Run Weather "LIPB" [] 36000 - , Run Battery [] 10 , Run HelloWorld ] , sepChar = "%" - , template = "%cpu% | %helloWorld% | %LIPB% | <fc=yellow>%date%</fc> | %battery%" + , template = "%cpu% | %helloWorld% | %LIPB% | <fc=yellow>%date%</fc>" } |