diff --git a/README.md b/README.md index c76540a..93f189e 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Add support for several iconThemes, to match some 'monochrome' desktop themes. 3 * `colored` : the new colored google ones * `mono` : an attempt at monochrome icon theme -Edit `~/.config/google-hangouts-chat-linux.json` and set `"iconTheme":"colored"` for instance, then **restart**. +Edit `~/.config/google-chat-linux.json` and set `"iconTheme":"colored"` for instance, then **restart**. No GUI setting for now. @@ -252,7 +252,7 @@ Troubleshooting ## configure spellcheck language -After first run, quit, then edit $HOME/.config/google-hangouts-chat-linux.json, add "languages": ["fr","en-US"] in the json to override default OS locale. +After first run, quit, then edit $HOME/.config/google-chat-linux.json, add "languages": ["fr","en-US"] in the json to override default OS locale. ## auth with third party provider diff --git a/src/paths.js b/src/paths.js index 73d6318..0aaeeb9 100644 --- a/src/paths.js +++ b/src/paths.js @@ -23,7 +23,7 @@ const offline = () => { } module.exports = { - "configsPath": path.resolve(app.getPath("appData"), "google-hangouts-chat-linux.json"), + "configsPath": path.resolve(app.getPath("appData"), "google-chat-linux.json"), "OVERLAY_NEW_NOTIF": path.resolve(process.resourcesPath, "icon/overlay-new-xs.png"), normal: normal, badge: badge,