From ca682c3d54cb2e10f59a8e20765f3276be10a5f6 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Fri, 13 Jul 2007 11:35:16 +0200 Subject: Plugins now import Plugins.hs darcs-hash:20070713093516-d6583-f05f2e5b4edd87a75063b881e622b5a3784ab4c9.gz --- Plugins/HelloWorld.hs | 2 +- Plugins/helloworld.config | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'Plugins') 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% | %date% | %battery%" + , template = "%cpu% | %helloWorld% | %LIPB% | %date%" } -- cgit v1.2.3