forked from raisingthefloor/morphic-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault-bar.json5
85 lines (82 loc) · 1.64 KB
/
default-bar.json5
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
scale: 1,
overflow: "secondary",
position: {
docked: "disable",
restricted: true,
x: "Right",
y: "bottom",
secondary: "bottom",
expander: "bottom",
expanderRelative: "secondary"
},
sizes: {
windowPadding: "5 1 5 0",
itemSpacing: 10,
itemWidth: 100,
buttonTextLines: 2,
buttonPadding: "10 0 10 10",
buttonImageSize: 0.66,
buttonImageOverlap: 0.33,
buttonFontSize: 14,
buttonFontWeight: "Bold",
circleBorderWidth: 2,
buttonCornerRadius: 10,
controlItemMargin: 1,
controlLabelFontSize: 14,
controlLabelFontWeight: "Bold",
controlLabelMargin: "0 0 0 2",
controlButtonFontSize: 14,
controlButtonFontWeight: "Bold",
controlButtonHeight: 27,
controlButtonPadding: 10
},
secondaryBar: {
autohide: true,
autohideExpander: false
},
barTheme: {
background: "#fff",
borderColor: "#000",
borderSize: 1,
},
itemTheme: {
color: 'white',
background: "#002951",
focus: {
borderColor: 'yellow',
focusDotColor: 'black',
borderSize: 3
},
hover: {
},
active: {
}
},
controlTheme: {
color: 'white',
background: '#008145',
checked: {
borderSize: 2,
background: 'white',
borderColor: '#008145',
color: '#008145',
}
},
items: [
{
kind: "internal",
widget: "image",
is_primary: true,
no_overflow: true,
priority: -100,
configuration: {
function: "menu",
function_on_right_click_also: true,
image_url: "morphic-logo",
tooltip: "Custom MorphicBar",
uiName: "Menu"
}
}
]
}