abandoned replugged hopes. will revisit upon request. updated README.

This commit is contained in:
dorkbutt 2025-06-05 09:18:27 -04:00
parent 2c90921896
commit 5a145b8a6a
No known key found for this signature in database
5 changed files with 36 additions and 14 deletions

2
.gitignore vendored
View file

@ -110,3 +110,5 @@ dist
# For now, as runners are unable to be deployed on local instance.
.forgejo
.DS_Store

View file

@ -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

Binary file not shown.

View file

@ -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"
}

View file

@ -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",