diff options
Diffstat (limited to 'Plugins/helloworld.config')
-rw-r--r-- | Plugins/helloworld.config | 3 |
1 files changed, 1 insertions, 2 deletions
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>" } |