diff options
| -rw-r--r-- | bonjourr.json | 53 |
1 files changed, 40 insertions, 13 deletions
diff --git a/bonjourr.json b/bonjourr.json index 7cf6580..4c6f4db 100644 --- a/bonjourr.json +++ b/bonjourr.json @@ -6,7 +6,7 @@ "showall": true, "lang": "en", "dark": "enable", - "favicon": "🏡", + "favicon": "🪐", "tabtitle": "Home", "greeting": "Ben", "greetingsize": "3", @@ -25,16 +25,17 @@ "settingsicon": true }, "linkstyle": "medium", - "linktitles": true, - "linkbackgrounds": true, + "linktitles": false, + "linkbackgrounds": false, "linknewtab": false, - "linksrow": 6, - "linkiconradius": 1.1, + "linksrow": "7", + "linkiconradius": "2.4", "linkgroups": { - "on": false, - "selected": "default", + "on": true, + "selected": "Main", "groups": [ - "default" + "Main", + "Artificial Intelligence" ], "pinned": [], "synced": [] @@ -106,12 +107,14 @@ "text": "## Edit this note!\n\n[ ] With markdown titles, lists, and checkboxes\n\n[ ] Learn more on https://bonjourr.fr/docs/overview" }, "searchbar": { - "on": false, + "on": true, + "background": "#fff1", + "width": 30, "opacity": 0.1, "newtab": false, "suggestions": true, "engine": "custom", - "request": "google.com/%s", + "request": "https://kagi.com/search?q=%s", "placeholder": "Bon Voyage!" }, "quotes": { @@ -119,13 +122,13 @@ "type": "classic", "frequency": "hour", "author": true, - "last": 1772810807169 + "last": 1780402136725 }, "pomodoro": { "on": true, "mode": "pomodoro", "pause": 0, - "end": 1772812849726, + "end": 0, "timeFor": { "pomodoro": 1500, "break": 300, @@ -146,7 +149,7 @@ "enabled": true, "closed": false, "month": 1, - "closedMonth": 3 + "closedMonth": 6 }, "move": { "selection": "single", @@ -161,6 +164,9 @@ "main" ], [ + "searchbar" + ], + [ "pomodoro" ], [ @@ -172,5 +178,26 @@ ] } } + }, + "linksfeemcn": { + "_id": "linksfeemcn", + "parent": "Artificial Intelligence", + "order": 0, + "title": "", + "url": "https://claude.ai" + }, + "linksleqfdb": { + "_id": "linksleqfdb", + "parent": "Main", + "order": 0, + "title": "Fastmail", + "url": "https://app.fastmail.com/mail/Inbox/" + }, + "linksonghkj": { + "_id": "linksonghkj", + "parent": "Artificial Intelligence", + "order": 1, + "title": "ChatGPT", + "url": "https://chatgpt.com" } } |