-
Notifications
You must be signed in to change notification settings - Fork 0
/
my2.panelrc
57 lines (49 loc) · 909 Bytes
/
my2.panelrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
PANEL {
LOCK xlock -nolock -mode worm
SUBPANEL_OFFSET 0,0
ANIMATED_SUBPANELS False
PIXMAP_PATH /usr/share/icons/wm-icons/48x48-general
}
SWITCH {One, Two, Three, Four}
SUBPANEL EditorPanel {
LABEL "Editor Panel"
CONTAINER_NAME TextEditor
}
CONTROL TextEditor {
LABEL "Editor"
CONTAINER_NAME Left
CONTAINER_TYPE BOX
ICON editor.xpm
PUSH_ACTION gedit
}
CONTROL SomeOtherEditor {
LABEL "Nedit"
CONTAINER_NAME EditorPanel
CONTAINER_TYPE SUBPANEL
ICON editor.xpm
PUSH_ACTION nedit
}
CONTROL Clock {
TYPE clock
LABEL Clock
CONTAINER_NAME Left
CONTAINER_TYPE BOX
ICON empty.xpm
}
CONTROL LeftSpacer {
TYPE blank
CONTAINER_NAME Left
CONTAINER_TYPE BOX
}
CONTROL RightSpacer {
TYPE blank
CONTAINER_NAME Right
CONTAINER_TYPE BOX
}
CONTROL SomeOtherControl {
LABEL "A Control"
CONTAINER_NAME Right
CONTAINER_TYPE BOX
ICON cd-player.xpm
PUSH_ACTION gnome-cd
}