mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-10 01:18:06 +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
|
"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
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue