From 38b92f3c81b9817dd9b0568850f6a0a33b43350b Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Wed, 8 Nov 2023 19:05:07 +0200 Subject: Vencord and Zsh settings updated Changes to be committed: modified: Vencord/settings/settings.json modified: zsh/aliases modified: zsh/env --- Vencord/settings/settings.json | 40 +++++++++++++++++++++++++++------------- zsh/aliases | 1 + zsh/env | 2 +- 3 files changed, 29 insertions(+), 14 deletions(-) diff --git a/Vencord/settings/settings.json b/Vencord/settings/settings.json index 0595f40..cfab248 100644 --- a/Vencord/settings/settings.json +++ b/Vencord/settings/settings.json @@ -108,7 +108,7 @@ "enabled": true }, "ColorSighted": { - "enabled": false + "enabled": true }, "ConsoleShortcuts": { "enabled": true @@ -207,16 +207,18 @@ "hideWithSpotify": true, "statusName": "some music", "useListeningStatus": false, - "missingArt": "lastfmLogo" + "missingArt": "lastfmLogo", + "nameFormat": "status-name" }, "LoadingQuotes": { - "enabled": true + "enabled": true, + "replaceEvents": true }, "MemberCount": { "enabled": true }, "MessageClickActions": { - "enabled": false, + "enabled": true, "enableDeleteOnClick": true, "enableDoubleClickToEdit": true, "enableDoubleClickToReply": true, @@ -303,7 +305,10 @@ "enabled": true }, "NoPendingCount": { - "enabled": false + "enabled": true, + "hideFriendRequestsCount": true, + "hideMessageRequestsCount": true, + "hidePremiumOffersCount": true }, "NoProfileThemes": { "enabled": false @@ -336,7 +341,7 @@ "epic": false }, "Party mode 🎉": { - "enabled": false, + "enabled": true, "superIntensePartyMode": 0 }, "PermissionsViewer": { @@ -361,7 +366,12 @@ "messages": true }, "PronounDB": { - "enabled": false + "enabled": false, + "pronounsFormat": "LOWERCASE", + "pronounSource": 0, + "showSelf": true, + "showInMessages": true, + "showInProfile": true }, "QuickMention": { "enabled": true @@ -411,7 +421,7 @@ "enabled": false }, "ServerListIndicators": { - "enabled": false, + "enabled": true, "mode": 2 }, "ShikiCodeblocks": { @@ -496,7 +506,7 @@ "enabled": false }, "UnsuppressEmbeds": { - "enabled": false + "enabled": true }, "UrbanDictionary": { "enabled": true @@ -566,7 +576,7 @@ "enabled": true }, "NormalizeMessageLinks": { - "enabled": false + "enabled": true }, "PreviewMessage": { "enabled": true @@ -575,13 +585,17 @@ "enabled": true }, "NoMosaic": { - "enabled": true + "enabled": true, + "inlineVideo": true, + "mediaLayoutType": "STATIC" }, "OnePingPerDM": { "enabled": false }, "PermissionFreeWill": { - "enabled": false + "enabled": false, + "lockout": true, + "onboarding": true }, "PictureInPicture": { "enabled": true @@ -609,6 +623,6 @@ "authenticated": false, "url": "https://api.vencord.dev/", "settingsSync": false, - "settingsSyncVersion": 1697824463047 + "settingsSyncVersion": 1699431045702 } } \ No newline at end of file diff --git a/zsh/aliases b/zsh/aliases index 1e0b1df..b680acf 100644 --- a/zsh/aliases +++ b/zsh/aliases @@ -51,6 +51,7 @@ alias sxiv='sxiv -bpqra' # tools alias newsboat='newsboat -C ~/.config/newsboat/newsboat.conf -c ~/.config/newsboat/cache.db -u ~/.config/newsboat/urls' alias proton='~/.local/share/Steam/steamapps/common/Proton\ -\ Experimental/proton run' +alias protonge='~/.local/share/Steam/compatibilitytools.d/GE-Proton8-21/proton run' alias ytdlpa='yt-dlp --extract-audio --audio-quality 0 --audio-format mp3' alias ytdlp='yt-dlp' diff --git a/zsh/env b/zsh/env index a69f4f7..fb4fd24 100644 --- a/zsh/env +++ b/zsh/env @@ -21,7 +21,7 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=1 export NO_AT_BRIDGE=1 ### paths ### -export PATH=/bin:/sbin/:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/home/alphara/.local/bin:/home/alphara/exfatssd/IEUCYS/flutter/bin:/usr/local/go/bin +export PATH=/bin:/sbin/:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/home/alphara/.local/bin:/home/alphara/exfatssd/IEUCYS/flutter/bin:/usr/local/go/bin:/home/alphara/.pub-cache/bin ### XDG ### export XDG_CONFIG_HOME=/home/alphara/.config -- cgit v1.2.3