-
Notifications
You must be signed in to change notification settings - Fork 37
/
config.yaml.example
129 lines (129 loc) · 3.29 KB
/
config.yaml.example
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
instanceName: null
defaultEnable: true
namespaceSelector:
matchNames:
- default
- downloads
- media
name: You
title: Hajimari
lightTheme: gazette
darkTheme: horizon
customThemes:
- name: danger
backgroundColor: '#0c0e0c'
primaryColor: '#eaebea'
accentColor: '#d8323c'
showGreeting: true
showAppGroups: false
showAppUrls: true
showAppInfo: false
showAppStatus: true
defaultAppIcon: mdi:application
showBookmarkGroups: true
showGlobalBookmarks: false
alwaysTargetBlank: false
defaultSearchProvider: Google
searchProviders:
- name: Google
token: g
icon: simple-icons:google
searchUrl: https://www.google.com/search?q={query}
url: https://www.google.com
- name: DuckDuckGo
token: d
icon: simple-icons:duckduckgo
searchUrl: https://duckduckgo.com/?q={query}
url: https://duckduckgo.com
- name: IMDB
token: i
icon: simple-icons:imdb
searchUrl: https://www.imdb.com/find?q={query}
url: https://www.imdb.com
- name: Reddit
token: r
icon: simple-icons:reddit
searchUrl: https://www.reddit.com/search?q={query}
url: https://www.reddit.com
- name: YouTube
token: 'y'
icon: simple-icons:youtube
searchUrl: https://www.youtube.com/results?search_query={query}
url: https://www.youtube.com
- name: Spotify
token: s
icon: simple-icons:spotify
searchUrl: hhttps://open.spotify.com/search/{query}
url: https://open.spotify.com
customApps:
- group: Media
apps:
- name: Test
url: 'https://example.com'
icon: 'mdi:test-tube'
info: This is a test app
globalBookmarks:
- group: Communicate
bookmarks:
- name: Discord
url: 'https://discord.com'
- name: Gmail
url: 'http://gmail.com'
- name: Slack
url: 'https://slack.com/signin'
- group: Cloud
bookmarks:
- name: Box
url: 'https://box.com'
- name: Dropbox
url: 'https://dropbox.com'
- name: Drive
url: 'https://drive.google.com'
- group: Design
bookmarks:
- name: Awwwards
url: 'https://awwwards.com'
- name: Dribbble
url: 'https://dribbble.com'
- name: Muz.li
url: 'https://medium.muz.li/'
- group: Dev
bookmarks:
- name: Codepen
url: 'https://codepen.io/'
- name: Devdocs
url: 'https://devdocs.io'
- name: Devhints
url: 'https://devhints.io'
- group: Lifestyle
bookmarks:
- name: Design Milk
url: 'https://design-milk.com/category/interior-design/'
- name: Dwell
url: 'https://www.dwell.com/'
- name: Freshome
url: 'https://www.mymove.com/freshome/'
- group: Media
bookmarks:
- name: Spotify
url: 'http://browse.spotify.com'
- name: Trakt
url: 'http://trakt.tv'
- name: YouTube
url: 'https://youtube.com/feed/subscriptions'
- group: Reading
bookmarks:
- name: Instapaper
url: 'https://www.instapaper.com/u'
- name: Medium
url: 'http://medium.com'
- name: Reddit
url: 'http://reddit.com'
- group: Tech
bookmarks:
- name: TheNextWeb
url: 'https://thenextweb.com/'
- name: The Verge
url: 'https://theverge.com/'
- name: MIT Technology Review
url: 'https://www.technologyreview.com/'