Add clean-settings.json
This commit is contained in:
parent
2e63711fc0
commit
e5b96125ca
1 changed files with 127 additions and 0 deletions
127
clean-settings.json
Normal file
127
clean-settings.json
Normal file
|
@ -0,0 +1,127 @@
|
||||||
|
{
|
||||||
|
"about": {
|
||||||
|
"browser": "online",
|
||||||
|
"version": "20.3.0"
|
||||||
|
},
|
||||||
|
"showall": false,
|
||||||
|
"lang": "en",
|
||||||
|
"dark": "system",
|
||||||
|
"favicon": "",
|
||||||
|
"tabtitle": "",
|
||||||
|
"greeting": "",
|
||||||
|
"pagegap": 1,
|
||||||
|
"pagewidth": 1600,
|
||||||
|
"time": true,
|
||||||
|
"main": true,
|
||||||
|
"dateformat": "auto",
|
||||||
|
"background_blur": 15,
|
||||||
|
"background_bright": 0.8,
|
||||||
|
"background_type": "unsplash",
|
||||||
|
"quicklinks": true,
|
||||||
|
"textShadow": 0.2,
|
||||||
|
"announcements": "off",
|
||||||
|
"review": 1,
|
||||||
|
"css": "",
|
||||||
|
"hide": {},
|
||||||
|
"linkstyle": "medium",
|
||||||
|
"linktitles": true,
|
||||||
|
"linkbackgrounds": true,
|
||||||
|
"linknewtab": false,
|
||||||
|
"linksrow": 6,
|
||||||
|
"linkgroups": {
|
||||||
|
"on": false,
|
||||||
|
"selected": "default",
|
||||||
|
"groups": [
|
||||||
|
"default"
|
||||||
|
],
|
||||||
|
"pinned": [],
|
||||||
|
"synced": []
|
||||||
|
},
|
||||||
|
"clock": {
|
||||||
|
"ampm": false,
|
||||||
|
"size": 1.75,
|
||||||
|
"analog": false,
|
||||||
|
"seconds": false,
|
||||||
|
"timezone": "auto",
|
||||||
|
"ampmlabel": false,
|
||||||
|
"worldclocks": false
|
||||||
|
},
|
||||||
|
"analogstyle": {
|
||||||
|
"face": "none",
|
||||||
|
"hands": "modern",
|
||||||
|
"shape": "round",
|
||||||
|
"border": "#ffff",
|
||||||
|
"background": "#fff2"
|
||||||
|
},
|
||||||
|
"worldclocks": [],
|
||||||
|
"unsplash": {
|
||||||
|
"every": "hour",
|
||||||
|
"collection": "",
|
||||||
|
"lastCollec": "day",
|
||||||
|
"time": 1735238076735
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"city": "longview",
|
||||||
|
"unit": "imperial",
|
||||||
|
"provider": "",
|
||||||
|
"moreinfo": "none",
|
||||||
|
"forecast": "auto",
|
||||||
|
"temperature": "actual",
|
||||||
|
"geolocation": "approximate"
|
||||||
|
},
|
||||||
|
"notes": {
|
||||||
|
"on": false,
|
||||||
|
"width": 40,
|
||||||
|
"opacity": 0.1,
|
||||||
|
"align": "left"
|
||||||
|
},
|
||||||
|
"searchbar": {
|
||||||
|
"on": false,
|
||||||
|
"opacity": 0.1,
|
||||||
|
"newtab": false,
|
||||||
|
"suggestions": true,
|
||||||
|
"engine": "default",
|
||||||
|
"request": "",
|
||||||
|
"placeholder": ""
|
||||||
|
},
|
||||||
|
"quotes": {
|
||||||
|
"on": true,
|
||||||
|
"author": false,
|
||||||
|
"type": "classic",
|
||||||
|
"frequency": "day",
|
||||||
|
"last": 1735238076611
|
||||||
|
},
|
||||||
|
"font": {
|
||||||
|
"size": "14",
|
||||||
|
"family": "",
|
||||||
|
"system": true,
|
||||||
|
"weightlist": [],
|
||||||
|
"weight": "300"
|
||||||
|
},
|
||||||
|
"settingssync": {
|
||||||
|
"type": "off",
|
||||||
|
"freq": "manual"
|
||||||
|
},
|
||||||
|
"move": {
|
||||||
|
"selection": "single",
|
||||||
|
"layouts": {
|
||||||
|
"single": {
|
||||||
|
"items": {},
|
||||||
|
"grid": [
|
||||||
|
[
|
||||||
|
"time"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"main"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"quicklinks"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"quotes"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue