diff --git a/.gitignore b/.gitignore index fa6f7687..a058090c 100644 --- a/.gitignore +++ b/.gitignore @@ -110,3 +110,5 @@ dist # For now, as runners are unable to be deployed on local instance. .forgejo + +.DS_Store diff --git a/README.md b/README.md index bd676f7e..53b4e6e8 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,34 @@ UserPFP provides an alternative source for Profile pictures, currently only supp To use UserPFP, you have to install or import a plugin or theme on a modified Discord client. Currently supported clients are: -[Pyoncord](https://github.com/pyoncord) using a plugin: [vd-plugins](https://vd-plugins.github.io/web/#usrPFP) +### ~~[Pyoncord](https://github.com/pyoncord)~~ +~~using a plugin: [vd-plugins](https://vd-plugins.github.io/web/#usrPFP)~~ +* Any hopes of supporting mobile is having the knowhow to create their appropriate plugins with the proper sources. -[Vencord](https://vencord.dev) using a theme: [userpfp.theme.css](https://git.dorkbutt.lol/dorkbutt/userPFP/src/branch/main/userpfp.theme.css); ([Equicord](https://github.com/Equicord/Equicord) includes a plugin): [equicord](https://equicord.org/plugins) +### [Vencord](https://vencord.dev), [Equicord](https://github.com/Equicord/Equicord) +using a theme: [userpfp.theme.css](https://git.dorkbutt.lol/dorkbutt/userPFP/src/branch/main/userpfp.theme.css) +* -[Betterdiscord](https://betterdiscord.app) using a theme: [UserPFPBetterDiscord.theme.css](https://git.dorkbutt.lol/dorkbutt/userPFP/src/branch/main/src/UserPFPBetterDiscord.theme.css) +### [Betterdiscord](https://betterdiscord.app) +using a theme: [UserPFPBetterDiscord.theme.css](https://git.dorkbutt.lol/dorkbutt/userPFP/src/branch/main/src/UserPFPBetterDiscord.theme.css) +* Download the `theme.css` file found in the second link. +* Settings > BetterDiscord (towards the bottom) > File folder icon (top left, underneath Themes) +* Place it in your Themes folder. -[Replugged](https://replugged.dev/) using a plugin-theme hybrid +### ~~[Replugged](https://replugged.dev/)~~ +I don't understand this. -After that, you will have to submit a profile picture for review, either using the plugin settings on supported platforms or by joining our [Discord server](https://discord.gg/userpfp-1129784704267210844) +using a plugin-theme hybrid: [lol.dorkbutt.userpfp](https://git.dorkbutt.lol/dorkbutt/userPFP/src/branch/main/bundle/lol.dorkbutt.userpfp.asar) +* Download the `.asar` file found in the second link (after, find the download icon to the right or click Raw). +* Settings > Replugged > Themes +* Open and place the file into your **Themes** folder. +* Load missing themes. + +### QuickCSS +Add this line to the top of any of the previous plugins' quickCSS sheet (minus Replugged): +`@import url('https://git.dorkbutt.lol/dorkbutt/userPFP/raw/branch/main/import.css');` + +After that, you will have to submit a profile picture to @dorkbutt for inclusion. ## Our team diff --git a/bundle/dork.userpfp.userpfp.asar b/bundle/dork.userpfp.userpfp.asar deleted file mode 100644 index 1c205ea9..00000000 Binary files a/bundle/dork.userpfp.userpfp.asar and /dev/null differ diff --git a/manifest.json b/manifest.json index aa80f9d0..c55f53a3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "id": "dork.userpfp.userpfp", + "id": "lol.dorkbutt.userpfp", "name": "USERPFP", "description": "A theme to use animated profile pictures in discord without nitro!", "author": [ @@ -17,13 +17,10 @@ "github": "beudave" } ], - "version": "1.0.1-fork", - "updater": { - "id": "UserPFP/UserPFP" - }, + "version": "1.0.2-fork", "license": "GPL 3.0", - "type": "replugged-theme", - "main": "src/main.css", + "image": ["https://camo.githubusercontent.com/68decd2d5b4c237a97940c9012474ce82e6ed3eee65b3950032475ce82192c03/68747470733a2f2f692e6962622e636f2f6d62514a534b6d2f696d6167652d323032332d30372d31362d3131323131353837322e706e67"], "source": "https://git.dorkbutt.lol/dorkbutt/userPFP", - "image": ["https://camo.githubusercontent.com/68decd2d5b4c237a97940c9012474ce82e6ed3eee65b3950032475ce82192c03/68747470733a2f2f692e6962622e636f2f6d62514a534b6d2f696d6167652d323032332d30372d31362d3131323131353837322e706e67"] + "type": "replugged-theme", + "main": "src/main.css" } diff --git a/package.json b/package.json index d7969c13..4f8c9a1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "theme-template", - "version": "1.0.1", + "version": "1.0.2-fork", "description": "A theme to use animated profile pictures in discord without nitro!", "engines": { "node": ">=18.0.0", @@ -16,6 +16,10 @@ }, "keywords": [], "author": [ + { + "name": "dorkbutt", + "discordID": "862105885660676146" + }, { "name": "foxstorm1", "discordID": "789872551731527690",