By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 config.yaml

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