summaryrefslogtreecommitdiff
path: root/Vencord
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-05-26 20:06:47 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-05-26 20:06:47 +0300
commitceae010375308744bfe381ee2c8126dbcfefdf88 (patch)
tree588ce5581d627dbc7ffa5e0c5aa46f464a1bd878 /Vencord
parent6ed9c8a9285b4b4f2b944a4bee16bd84ca65ec52 (diff)
Lots of visual changes and quality of life.
Dunst configured correctly. NeoVim colorscheme configured better. Updates to many config files. Changes to be committed: modified: Vencord/settings/settings.json modified: X11/Xresources modified: X11/xinit new file: appimageupdate modified: btop/btop.conf modified: clockpower modified: dunst/dunstrc new file: dunst/launch.sh modified: keybinds modified: lock modified: nvim/colors/hybrid.vim new file: nvim/colors/hybrid.vim.bkup modified: nvim/init.vim new file: qBittorrent/ICEBERG.qbtheme new file: qBittorrent/ayuDark.qbtheme modified: zsh/aliases modified: zsh/env modified: zsh/zshrc
Diffstat (limited to 'Vencord')
-rw-r--r--Vencord/settings/settings.json70
1 files changed, 63 insertions, 7 deletions
diff --git a/Vencord/settings/settings.json b/Vencord/settings/settings.json
index a788b59..3df3b49 100644
--- a/Vencord/settings/settings.json
+++ b/Vencord/settings/settings.json
@@ -47,7 +47,8 @@
"enabled": true
},
"NoTrack": {
- "enabled": true
+ "enabled": true,
+ "disableAnalytics": true
},
"Settings": {
"enabled": true,
@@ -236,7 +237,9 @@
"ignoreSelf": true,
"ignoreUsers": "",
"ignoreChannels": "",
- "ignoreGuilds": ""
+ "ignoreGuilds": "",
+ "logEdits": true,
+ "logDeletes": true
},
"MessageTags": {
"enabled": true,
@@ -280,6 +283,11 @@
"text": "VC Mod",
"showInChat": true,
"showInNotChat": true
+ },
+ "CHAT_MODERATOR": {
+ "text": "Chat Mod",
+ "showInChat": true,
+ "showInNotChat": true
}
}
},
@@ -591,7 +599,8 @@
"enabled": true
},
"Dearrow": {
- "enabled": true
+ "enabled": true,
+ "hideButton": false
},
"NoMosaic": {
"enabled": true,
@@ -612,9 +621,6 @@
"ServerProfile": {
"enabled": true
},
- "ShowTimeouts": {
- "enabled": true
- },
"ThemeAttributes": {
"enabled": true
},
@@ -693,6 +699,56 @@
"ResurrectHome": {
"enabled": false,
"forceServerHome": false
+ },
+ "ShowHiddenThings": {
+ "enabled": true,
+ "showTimeouts": true,
+ "showInvitesPaused": true,
+ "showModView": true,
+ "disableDiscoveryFilters": true,
+ "disableDisallowedDiscoveryFilters": true
+ },
+ "BetterSessions": {
+ "enabled": true,
+ "backgroundCheck": true,
+ "checkInterval": 20
+ },
+ "ImplicitRelationships": {
+ "enabled": true,
+ "sortByAffinity": true
+ },
+ "StreamerModeOnStream": {
+ "enabled": true
+ },
+ "UnlockedAvatarZoom": {
+ "enabled": true
+ },
+ "CtrlEnterSend": {
+ "enabled": false
+ },
+ "ImageLink": {
+ "enabled": false
+ },
+ "MessageLatency": {
+ "enabled": false
+ },
+ "NoServerEmojis": {
+ "enabled": false
+ },
+ "PauseInvitesForever": {
+ "enabled": false
+ },
+ "ReplyTimestamp": {
+ "enabled": false
+ },
+ "ShowTimeoutDuration": {
+ "enabled": false
+ },
+ "ValidReply": {
+ "enabled": false
+ },
+ "VoiceDownload": {
+ "enabled": false
}
},
"notifications": {
@@ -705,6 +761,6 @@
"authenticated": false,
"url": "https://api.vencord.dev/",
"settingsSync": false,
- "settingsSyncVersion": 1711706973848
+ "settingsSyncVersion": 1716116696065
}
} \ No newline at end of file