diff options
Diffstat (limited to 'Plugins/helloworld.config')
-rw-r--r-- | Plugins/helloworld.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Plugins/helloworld.config b/Plugins/helloworld.config index 4dfc082..dcf99ff 100644 --- a/Plugins/helloworld.config +++ b/Plugins/helloworld.config @@ -2,11 +2,11 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" , bgColor = "#000000" , fgColor = "#BFBFBF" , position = Top - , align = "right" , commands = [ Run Cpu [] 10 , Run Weather "LIPB" [] 36000 , Run HelloWorld ] , sepChar = "%" - , template = "%cpu% | %helloWorld% | %LIPB% | <fc=yellow>%date%</fc>" + , alignSep = "}{" + , template = "%cpu% } %helloWorld% { %LIPB% | <fc=yellow>%date%</fc>" } |