diff options
| -rw-r--r-- | Plugins/helloworld.config | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Plugins/helloworld.config b/Plugins/helloworld.config index 395d74e..84fff35 100644 --- a/Plugins/helloworld.config +++ b/Plugins/helloworld.config @@ -1,7 +1,7 @@  Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"         , bgColor = "#000000"         , fgColor = "#BFBFBF" -       , position = Top (C 50) +       , position = TopW (C 50)         , commands = [ Run Cpu [] 10                      , Run Weather "LIPB" [] 36000                      , Run HelloWorld | 
