user config round 2 (#271)

This commit is contained in:
end-4
2024-03-01 23:49:18 +07:00
parent 29fdbd376f
commit 8ec23c9966
15 changed files with 71 additions and 56 deletions
+9 -1
View File
@@ -1,5 +1,13 @@
let userConfigOptions = {
'ai': {
'defaultGPTProvider': 'openai',
'defaultTemperature': 0.9,
'writingCursor': ' ...', // Warning: Using weird characters can mess up Markdown rendering
},
'apps': {
'imageViewer': 'loupe',
},
'battery': {
'low': 20,
'critical': 10,
@@ -18,7 +26,7 @@ let userConfigOptions = {
'wsNumMarginScale': 0.07,
},
'search': {
'excludedSites': ['quora.com'], // Exclude bullshit
'excludedSites': ['quora.com'],
},
'weather': {
'city': '',