From 74a8fb5610c1b170d44c4943cfe63fb0e7c7fdb5 Mon Sep 17 00:00:00 2001 From: casglistro Date: Thu, 18 Apr 2024 18:06:11 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=94=20update=20user=5Foptions.js=20aga?= =?UTF-8?q?in?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ags/modules/.configuration/user_options.js | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.config/ags/modules/.configuration/user_options.js b/.config/ags/modules/.configuration/user_options.js index fec814440..5577c5c9f 100644 --- a/.config/ags/modules/.configuration/user_options.js +++ b/.config/ags/modules/.configuration/user_options.js @@ -71,7 +71,7 @@ let configOptions = { 'dateFormat': "%d/%m", // On notif time }, 'weather': { - 'city': "Chengdu", + 'city': "", }, 'workspaces': { 'shown': 10, @@ -83,12 +83,6 @@ let configOptions = { 'pinnedApps': ['firefox', 'org.gnome.Nautilus'], // top or bottom 'layer': 'top', - // Find the window's icon by its class with levenshteinDistance - // All file paths are preprocessed and stored at ags startup, so if there - // are so many files under the path it will affect performance - // Maybe you need a comprehensive icon theme - // Example: ['/usr/share/icons/Tela-nord-dark/scalable/apps', 'others...'] - 'iconSearchPaths': [''], // Dock will move to other monitor along with focus if enabled 'monitorExclusivity': true, // It's useful to keep the icons consistent, which is useful if you're OCD :) @@ -113,6 +107,13 @@ let configOptions = { }, // Longer stuff 'icons': { + // Find the window's icon by its class with levenshteinDistance + // All file paths are preprocessed and stored at ags startup, so if there + // are so many files under the path it will affect performance + // Maybe you need a comprehensive icon theme + // Example: ['/usr/share/icons/Tela-nord/scalable/apps', 'others...'] + 'searchPaths': [''], + substitutions: { 'code-url-handler': "visual-studio-code", 'Code': "visual-studio-code",