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