-
-
Notifications
You must be signed in to change notification settings - Fork 87
/
config.json
81 lines (81 loc) · 2.38 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
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
{
"squares": [
{ "name": "media",
"color": "red",
"links": [
{ "name": "Spotify", "url": "https://open.spotify.com/" },
{ "name": "YoutubeMusic", "url": "https://music.youtube.com/", "newTab": false },
{ "name": "Netflix", "url": "https://netflix.com" },
{ "name": "Youtube", "url": "https://youtube.com" }
]
},
{ "name": "work",
"color": "#26A69A",
"links": [
{ "name": "Github", "url": "https://github.com" },
{ "name": "Heroku", "url": "http://heroku.com/" },
{ "name": "localhost", "url": "http://localhost:8000/" }
]
},
{ "name": "social",
"links": [
{ "name": "Reddit", "url": "https://reddit.com" },
{ "name": "Unixporn Love", "url": "https://deepjyoti30.github.io/unixporn-love/" },
{ "name": "r/unixporn", "url": "https://www.reddit.com/r/unixporn/" },
{ "name": "r/mk", "url": "https://www.reddit.com/r/MechanicalKeyboards/" }
]
},
{
"name": "Others",
"links": [
{"name": "Material Colors", "url": "http://materialuicolors.co/"},
{"name": "Gmail", "url": "http://gmail.com/"},
{"name": "neo4j Local", "url": "http://localhost:7474/"},
{"name": "rarbg", "url": "http://rarbg.to"}
]
}
],
"linkInNewTab": true,
"title": "startpage",
"searchEngine":"DuckDuckGo",
"user": "Deepjyoti",
"disableMessage": false,
"disableDate": false,
"disableSearchBar": false,
"disable24Hour": false,
"disableWeather": true,
"timeZone": "America/Los_Angeles",
"weatherConf": {
"location": "Pune India",
"unit": "cel"
},
"settingsIcon": false,
"style": {
"backgroundColor": "#212121",
"messageColor": "#fff",
"dateColor": "#d9d9d9",
"lineColor": "#fff",
"weatherColor": "#d9d9d9",
"searchColor": "#fff",
"searchBackgroundColor": "#2e2e2e",
"squareColor": "#9e9e9e",
"squareBackgroundColor": "#2e2e2e",
"autocompleteHighlightBackgroundColor": "#3B3B3B"
},
"quickLinks": {
"r": "https://reddit.com",
"g": "https://github.com",
"y": "https://youtube.com",
"d": {
"URL": "https://duckduckgo.com",
"Search": "/?q="
},
"b": "https://bing.com",
"p": "https://startpage.com",
"s": "https://stackoverflow.com",
"w": {
"URL":"https://wikipedia.org/wiki",
"Search": "/Special:Search?search="
}
}
}