mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-12 18:28:07 +01:00
updates
This commit is contained in:
parent
025de6fc5b
commit
c3cfef6205
3 changed files with 31 additions and 3 deletions
|
@ -55,7 +55,7 @@
|
|||
"enabled": true
|
||||
},
|
||||
"SettingsStoreAPI": {
|
||||
"enabled": false
|
||||
"enabled": true
|
||||
},
|
||||
"BANger": {
|
||||
"enabled": false
|
||||
|
@ -481,6 +481,7 @@
|
|||
],
|
||||
"warningCount": 0,
|
||||
"badges": [],
|
||||
"notification": null,
|
||||
"banInfo": null,
|
||||
"lastReviewID": 396589,
|
||||
"type": 0
|
||||
|
@ -570,6 +571,21 @@
|
|||
},
|
||||
"FixSpotifyEmbeds": {
|
||||
"enabled": false
|
||||
},
|
||||
"ServerProfile": {
|
||||
"enabled": false
|
||||
},
|
||||
"ShowTimeouts": {
|
||||
"enabled": false
|
||||
},
|
||||
"ThemeAttributes": {
|
||||
"enabled": false
|
||||
},
|
||||
"PictureInPicture": {
|
||||
"enabled": false
|
||||
},
|
||||
"Dearrow": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
|
@ -582,6 +598,6 @@
|
|||
"authenticated": true,
|
||||
"url": "https://api.vencord.dev/",
|
||||
"settingsSync": true,
|
||||
"settingsSyncVersion": 1693138326625
|
||||
"settingsSyncVersion": 1694953114463
|
||||
}
|
||||
}
|
|
@ -28,3 +28,11 @@
|
|||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
||||
/** Better markdown headers **/
|
||||
[class*=messageContent] :is(h1, h2, h3) {
|
||||
color: salmon;
|
||||
}
|
||||
[class*=messageContent] strong {
|
||||
color: lightsalmon;
|
||||
}
|
||||
|
|
|
@ -142,4 +142,8 @@ load-module module-filter-apply
|
|||
.nofail
|
||||
.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
|
||||
|
|
Loading…
Reference in a new issue