config.yaml
ASCII text
1panels: 2- position: top 3monitor: 0 4size: 40 5applets: 6left: 7- LabelApplet: 8text: Hello, world 9centre: [] 10right: 11- ClockApplet: 12formatting: '%T, %a %-d %b %Y' 13- position: bottom 14monitor: 0 15size: 40 16applets: 17left: [] 18centre: 19- LabelApplet: 20text: Multi-panel support 21right: [] 22