-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
executable file
·52 lines (51 loc) · 1.26 KB
/
config.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
{
"config":
{
"new": true,
"x": null,
"y": null,
"bg": null,
"size": null,
"color": null,
"style": "normal",
"family": "Verdana",
"other_on": true,
"interval": 1000,
"unit": 1,
"transparent": true,
"lock": false,
"txt1" : "U:\nD:",
"txt2" : "1024.00 MB/s\n700.87 MB/s",
"txt3" : "CPU:\nMEM:",
"txt4" : "100.0%\n78%",
"skin": 0,
"always_on_top": false
},
"skins": [
{
"path": "skins/batman.png",
"color": "#0060a2",
"bg": "#E3F5FF"
},
{
"path": "skins/deadpool.png",
"color": "#fd0304",
"bg": "#FFEAED"
},
{
"path": "skins/kawai.png",
"color": "#ff006e",
"bg": "#FFDDE1"
},
{
"path": "skins/halloween.png",
"color": "#1b5d00",
"bg": "#f4ffef"
},
{
"path": "skins/todoroki.png",
"color": "#a83c00",
"bg": "#FFE9DF"
}
]
}