-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
default-settings.json
102 lines (102 loc) · 2.59 KB
/
default-settings.json
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"shell": "bash",
"yabaiPath": "/usr/local/bin/yabai",
"slidingAnimationPace": 8,
"themeScheme": "auto",
"theme": {
"dark": {
"main": "#0f0f0f",
"mainAlt": "#464646",
"minor": "#2b2b2b",
"red": "#e78482",
"green": "#8fc8BB",
"blue": "#6db3cE",
"yellow": "#ffd484",
"orange": "#ffb374",
"magenta": "#ad82cB",
"cyan": "#7eddde",
"foreground": "#f5f5f5",
"gradient": "linear-gradient(0.45turn, var(--spl-orange), var(--spl-red))"
},
"light": {
"main": "#f5f5f5",
"mainAlt": "#ddd",
"minor": "#eee",
"red": "#e78482",
"green": "#8fc8BB",
"blue": "#6db3cE",
"yellow": "#ffd484",
"orange": "#ffb374",
"magenta": "#ad82cB",
"cyan": "#7eddde",
"foreground": "#0f0f0f",
"gradient": "linear-gradient(0.45turn, var(--spl-orange), var(--spl-red))"
},
"black": "#0f0f0f",
"white": "#f5f5f5",
"barWidth": "100vw",
"barHeight": "34px",
"barVerticalOffset": "0px",
"barHorizontalOffset": "0px",
"barInnerMargin": "3px",
"barRadius": "0px",
"barOpacity": "0.8",
"spaceMargin": "0px 12px 0px 0px",
"processWidth": "320px",
"itemRadius": "18px",
"itemMargin": "0px 0px 0px 4px",
"itemInnerMargin": "3px 7px",
"fontFamily": "JetBrains Mono, monospace",
"fontSize": "11px",
"shadow": "0 5px 10px rgba(0, 0, 0, 0.24)",
"transitionEasing": "cubic-bezier(0.4, 0, 0.2, 1)"
},
"dataWidgets": {
"battery": {
"enabled": true,
"refreshFrequency": 10000,
"color": "currentColor",
"onClickCommand": null,
"refreshOnClick": false
},
"input": {
"enabled": true,
"refreshFrequency": 20000,
"color": "currentColor",
"onClickCommand": null,
"refreshOnClick": false
},
"output": {
"enabled": true,
"refreshFrequency": 20000,
"color": "currentColor",
"onClickCommand": null,
"refreshOnClick": false
},
"network": {
"enabled": true,
"refreshFrequency": 12000,
"color": "currentColor",
"device": "en0",
"onClickCommand": null,
"refreshOnClick": false
},
"dateTime": {
"enabled": true,
"refreshFrequency": 60000,
"color": "currentColor",
"formatOptions": {
"weekday": "short",
"month": "short",
"day": "numeric",
"hour": "numeric",
"minute": "numeric"
},
"overrideFormatOptions": null,
"locale": "en-UK",
"onClickCommand": null,
"refreshOnClick": false
}
},
"customWidgets": []
}