From e5b96125ca796c28973afe2e852f1e95b266b15f Mon Sep 17 00:00:00 2001 From: sneedgroup-holder Date: Thu, 26 Dec 2024 12:38:01 -0600 Subject: [PATCH] Add clean-settings.json --- clean-settings.json | 127 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 clean-settings.json diff --git a/clean-settings.json b/clean-settings.json new file mode 100644 index 0000000..d84767d --- /dev/null +++ b/clean-settings.json @@ -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" + ] + ] + } + } + } +} \ No newline at end of file