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 • 348 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
- LabelApplet:
10
text: Multi-panel support
11
centre: []
12
right:
13
- ClockApplet:
14
formatting: '%T, %a %-d %b %Y'
15
- position: bottom
16
monitor: 0
17
size: 40
18
applets:
19
left: []
20
centre: []
21
right: []
22