envs.net.pleroma-custom/README.md
Seirdy 6ecd363656
Add 867 emotes
Updated packs

- Added 28 spinny emotes (spinny_mouse)

New packs:

- 25 neobun emotes
- 31 neocube emotes
- 22 miffy emotes
- 28 spinny emotes
- 19 CatPride emotes
- 127 frazzledbynn_pride emotes
- 115 Girls Love emotes
- 40 Fox emotes
- 40 raccoon emotes
- 378 neobot emotes
- 8 blobrat emotes
- 6 miiverse emotes (in custom)
2024-07-07 19:07:56 -04:00

6.7 KiB

pleroma custom repo

path: /var/lib/pleroma/

custom emoji

pleroma docs - custom emoji

includes also emojis from:

notice

please consider adding emojis alphabetical to emoji.txt!

example:

foo, /emoji/custom/foo.png, Tag1,Tag2
bla, /emoji/custom/bla.png

add emoji.txt to a new pack

newpack='MYSTUFF'

cd static/emoji/"$newpack"
for file in $(dir); do printf '%s, /emoji/%s/%s\n' "${file%.*}" "$newpack" "$file" >> tmp.txt ; done
sort -o emoji.txt tmp.txt ; rm tmp.txt
sed -i "/\/emoji.txt/d" emoji.txt