summaryrefslogtreecommitdiffhomepage
path: root/Plugins
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-07-13 11:35:16 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-07-13 11:35:16 +0200
commitca682c3d54cb2e10f59a8e20765f3276be10a5f6 (patch)
tree2e3df92a4b117fb826be7aa179c01f3d716f775f /Plugins
parentfaaf430241277fecf73f9a8202583426c2e03458 (diff)
downloadxmobar-ca682c3d54cb2e10f59a8e20765f3276be10a5f6.tar.gz
xmobar-ca682c3d54cb2e10f59a8e20765f3276be10a5f6.tar.bz2
Plugins now import Plugins.hs
darcs-hash:20070713093516-d6583-f05f2e5b4edd87a75063b881e622b5a3784ab4c9.gz
Diffstat (limited to 'Plugins')
-rw-r--r--Plugins/HelloWorld.hs2
-rw-r--r--Plugins/helloworld.config3
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>"
}