diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-02-08 13:02:03 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-02-08 13:02:03 +0200 |
commit | e41164cc452089c01f6764458ceb0127ab40c928 (patch) | |
tree | 7b61822b723f14dc694fb8e54bce8706543dde3f /Vencord | |
parent | 2c77874f1f6b23e947f040c187a4df65f147f462 (diff) |
Overall better functionality + new scripts.
Changes to be committed:
new file: vpn
modified: X11/xinit
modified: zsh/aliases
modified: zsh/zshrc
modified: zsh/env
modified: color-picker
modified: keybinds
modified: nvpower
modified: pmenu
modified: Vencord/settings/settings.json
modified: zathura/zathurarc
modified: ranger/rifle.conf
modified: ranger/rc.conf
modified: btop/btop.conf
Diffstat (limited to 'Vencord')
-rw-r--r-- | Vencord/settings/settings.json | 51 |
1 files changed, 40 insertions, 11 deletions
diff --git a/Vencord/settings/settings.json b/Vencord/settings/settings.json index af0f81e..2fa892d 100644 --- a/Vencord/settings/settings.json +++ b/Vencord/settings/settings.json @@ -87,7 +87,7 @@ "noSpellCheck": true }, "BetterRoleDot": { - "enabled": false, + "enabled": true, "bothStyles": true, "copyRoleColorInProfilePopout": true }, @@ -166,7 +166,8 @@ "enabled": true }, "GameActivityToggle": { - "enabled": true + "enabled": true, + "oldIcon": false }, "GifPaste": { "enabled": true @@ -418,7 +419,8 @@ "enabled": true }, "SendTimestamps": { - "enabled": true + "enabled": true, + "replaceMessageContents": true }, "ServerListIndicators": { "enabled": true, @@ -445,7 +447,10 @@ "hideUnreads": true }, "ShowMeYourName": { - "enabled": true + "enabled": true, + "displayNames": false, + "mode": "user-nick", + "inReplies": false }, "SilentMessageToggle": { "enabled": true @@ -467,7 +472,7 @@ "SpotifyCrack": { "enabled": true, "noSpotifyAutoPause": true, - "keepSpotifyActivityOnIdle": false + "keepSpotifyActivityOnIdle": true }, "SpotifyShareCommands": { "enabled": true @@ -482,7 +487,7 @@ "enabled": false }, "TimeBarAllActivities": { - "enabled": false + "enabled": true }, "Translate": { "enabled": true, @@ -494,7 +499,8 @@ }, "TypingIndicator": { "enabled": true, - "includeMutedChannels": false + "includeMutedChannels": false, + "includeCurrentChannel": true }, "TypingTweaks": { "enabled": true, @@ -517,7 +523,7 @@ "showVoiceChannelSectionHeader": true }, "USRBG": { - "enabled": false, + "enabled": true, "voiceBackground": true, "nitroFirst": true }, @@ -604,7 +610,7 @@ "enabled": true }, "ShowTimeouts": { - "enabled": false + "enabled": true }, "ThemeAttributes": { "enabled": true @@ -619,10 +625,33 @@ "superReactionPlayingLimit": 20 }, "ClientTheme": { - "enabled": false + "enabled": false, + "color": "313338" }, "FixImagesQuality": { "enabled": true + }, + "Decor": { + "enabled": true + }, + "NotificationVolume": { + "enabled": true, + "notificationVolume": 50 + }, + "XSOverlay": { + "enabled": false + }, + "BetterGifPicker": { + "enabled": true + }, + "FixCodeblockGap": { + "enabled": true + }, + "FixYoutubeEmbeds": { + "enabled": true + }, + "ChatInputButtonAPI": { + "enabled": true } }, "notifications": { @@ -635,6 +664,6 @@ "authenticated": false, "url": "https://api.vencord.dev/", "settingsSync": false, - "settingsSyncVersion": 1701870611667 + "settingsSyncVersion": 1707256671540 } }
\ No newline at end of file |