Update README.md

This commit is contained in:
Kibi Kelburton 2021-08-06 07:34:28 +00:00
parent cc4f629685
commit e82d519cdb

View File

@ -22,6 +22,12 @@ Copy the `patch` directory to the root of the element-web directory and run the
`yarn dist`
After successful compile go to the dist/ directory and unpack your compiled element-web, open the index.html and add the following line after `<link rel="stylesheet" disabled="disabled" data-mx-theme="Dark-custom" title="Dark-custom" href="bundles/992c2fdfdb70c62e3cd4/theme-dark-custom.css">`
`<link rel="stylesheet" href="custom.css">`
Should be around line ~53
# If weak male download prebuilt
See prebuilt folder for that
@ -42,7 +48,7 @@ Fill in this:
"stickerpicker": {
"content": {
"type": "m.stickerpicker",
"url": "https://matrix.f0ck.it/?theme=$theme",
"url": "https://matrix.f0ck.it/stickers/?theme=$theme",
"name": "Stickerpicker",
"data": {}
},