Skip to content

Instantly share code, notes, and snippets.

View archeruwu's full-sized avatar
🤠
@archer_uwu on twitter

Archer archeruwu

🤠
@archer_uwu on twitter
View GitHub Profile
@archeruwu
archeruwu / readme.md
Last active May 4, 2024 18:01
Eris Rich Presence Example

How to:

BTW, you will not be able to see the rich pres, but others will

!!DISABLE "Display currently running game as a status message." IN USER SETTINGS!!

!!Use at own risk, the devs dont like selfbots and will ban without warning!!

@archeruwu
archeruwu / disco.py
Last active August 21, 2018 10:24
new discord statuses
# Code by Martmists#1003
# `status` is one value of the enum: disco.types.user.Status (see https://github.com/b1naryth1ef/disco/blob/master/disco/types/user.py#L63-L69)
# Types:
# 0 = normal
# 1 = streaming
# 2 = listening
# 3 = watching
@archeruwu
archeruwu / spotify.css
Created January 15, 2018 19:01
little spotify theme
div[class*="winButton-"]:hover {
background-color: transparent;
opacity: 1;
}
div[class*="titleBar-"] div:nth-of-type(2) {
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiI+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgIDxwYXRoIGQ9Ik0xIDFoMjR2MjRIMVYxeiIvPgogICAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTIwIDcuNDFMMTguNTkgNiAxMyAxMS41OSA3LjQxIDYgNiA3LjQxIDExLjU5IDEzIDYgMTguNTkgNy40MSAyMCAxMyAxNC40MSAxOC41OSAyMCAyMCAxOC41OSAxNC40MSAxMyAyMCA3LjQxeiIvPgogIDwvZz4KPC9zdmc+);
}
div[class*="titleBar-"] div:nth-of-type(3) {
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiI+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgIDxwYXRoIGQ9Ik0xIDFoMjR2MjRIMVYxeiIvPgogICAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTggMTNINnY3aDd2LTJIOHYtNXptLTIgMGgyVjhoNVY2SDZ2N3ptNyA1djJoN3YtN2gtMnY1aC01em0wLTEydjJoNXY1aDJWNmgtN3oiLz4KICA8L2c+Cjwvc3ZnPg);
}