This commit is contained in:
Jozef Steinhübl 2023-09-17 15:31:49 +02:00
parent 025de6fc5b
commit c3cfef6205
No known key found for this signature in database
GPG key ID: E944BC293F5FF7E7
3 changed files with 31 additions and 3 deletions

View file

@ -55,7 +55,7 @@
"enabled": true "enabled": true
}, },
"SettingsStoreAPI": { "SettingsStoreAPI": {
"enabled": false "enabled": true
}, },
"BANger": { "BANger": {
"enabled": false "enabled": false
@ -481,6 +481,7 @@
], ],
"warningCount": 0, "warningCount": 0,
"badges": [], "badges": [],
"notification": null,
"banInfo": null, "banInfo": null,
"lastReviewID": 396589, "lastReviewID": 396589,
"type": 0 "type": 0
@ -570,6 +571,21 @@
}, },
"FixSpotifyEmbeds": { "FixSpotifyEmbeds": {
"enabled": false "enabled": false
},
"ServerProfile": {
"enabled": false
},
"ShowTimeouts": {
"enabled": false
},
"ThemeAttributes": {
"enabled": false
},
"PictureInPicture": {
"enabled": false
},
"Dearrow": {
"enabled": false
} }
}, },
"notifications": { "notifications": {
@ -582,6 +598,6 @@
"authenticated": true, "authenticated": true,
"url": "https://api.vencord.dev/", "url": "https://api.vencord.dev/",
"settingsSync": true, "settingsSync": true,
"settingsSyncVersion": 1693138326625 "settingsSyncVersion": 1694953114463
} }
} }

View file

@ -28,3 +28,11 @@
-webkit-background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
} }
/** Better markdown headers **/
[class*=messageContent] :is(h1, h2, h3) {
color: salmon;
}
[class*=messageContent] strong {
color: lightsalmon;
}

View file

@ -142,4 +142,8 @@ load-module module-filter-apply
.nofail .nofail
.include /etc/pulse/default.pa.d .include /etc/pulse/default.pa.d
load-module module-echo-cancel .ifexists module-echo-cancel.so
load-module module-echo-cancel aec_method=webrtc source_name=echocancel sink_name=echocancel1
set-default-source echocancel
set-default-sink echocancel1
.endif