summaryrefslogtreecommitdiffhomepage
path: root/Plugins/helloworld.config
blob: 84fff3515846ca10b940f02be8d9c5fc82b8a0ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
       , bgColor = "#000000"
       , fgColor = "#BFBFBF"
       , position = TopW (C 50)
       , commands = [ Run Cpu [] 10
                    , Run Weather "LIPB" [] 36000
                    , Run HelloWorld
                    ]
       , sepChar = "%"
       , alignSep = "}{"
       , template = "%cpu% } %helloWorld% { %LIPB% | <fc=yellow>%date%</fc>"
       }