forked from Shinonome/dots-hyprland
🤔 update user_options.js again
This commit is contained in:
@@ -71,7 +71,7 @@ let configOptions = {
|
|||||||
'dateFormat': "%d/%m", // On notif time
|
'dateFormat': "%d/%m", // On notif time
|
||||||
},
|
},
|
||||||
'weather': {
|
'weather': {
|
||||||
'city': "Chengdu",
|
'city': "",
|
||||||
},
|
},
|
||||||
'workspaces': {
|
'workspaces': {
|
||||||
'shown': 10,
|
'shown': 10,
|
||||||
@@ -83,12 +83,6 @@ let configOptions = {
|
|||||||
'pinnedApps': ['firefox', 'org.gnome.Nautilus'],
|
'pinnedApps': ['firefox', 'org.gnome.Nautilus'],
|
||||||
// top or bottom
|
// top or bottom
|
||||||
'layer': 'top',
|
'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
|
// Dock will move to other monitor along with focus if enabled
|
||||||
'monitorExclusivity': true,
|
'monitorExclusivity': true,
|
||||||
// It's useful to keep the icons consistent, which is useful if you're OCD :)
|
// It's useful to keep the icons consistent, which is useful if you're OCD :)
|
||||||
@@ -113,6 +107,13 @@ let configOptions = {
|
|||||||
},
|
},
|
||||||
// Longer stuff
|
// Longer stuff
|
||||||
'icons': {
|
'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: {
|
substitutions: {
|
||||||
'code-url-handler': "visual-studio-code",
|
'code-url-handler': "visual-studio-code",
|
||||||
'Code': "visual-studio-code",
|
'Code': "visual-studio-code",
|
||||||
|
|||||||
Reference in New Issue
Block a user