#stuff
1 messages ยท Page 1 of 1 (latest)
can you optionally set the indicators to be invisible, I quite like this but the platform indicators are annoying af
.contents-2MsGLg .vc-platform-indicator>svg {
opacity: 0;
}
thank 
seems that bot wont display correctly
well if you want:
.contents-2MsGLg:has(span[class*=botTag-][class*=botTagRegular-]) .avatar-2e8lTP {
box-shadow: 0 0 0 2.5px #5865f2
}
thanks
well done aoi
aww thank you
i really like the idea, the original radialstatus makes changes an object into a ring in a complicated way, just having a shadow around the avatar is genius
is the avatar object round by default?
yeah
yeah that explains why messing with anything makes square boxes haha
Idk if the same logic can be applied to profiles
You have to check that out yourself
ill see what i can do :)
uhm
i just had a breakthrough in radialstatus technology i think
Show me pic, I'm not on pc
that isn't a circle ....
border radius 2 em then
it just wasnt enough to fully round it, but it works when you do it
I didn't use outline
i know!
im working on one that makes an :after object that you can vary in size so its like outline but you can make it with spacing (because i think outline doesnt have spacing)
.avatar-6qzftW:after {
display: block;
content: "";
position: absolute;
width: 2.2em;
height: 2.2em;
outline: 3px solid red;
border-radius: 100%;
}```
2.5em
2.5em and 1em
hail ellipses
.layout-1qmrhw:has(svg[fill="var(--yellow-300"]) .avatar-6qzftW:after only for people that are idle
ill actually move to css dev
i randomly found out if you change on of the box shadow things it starts to glow lol
yeah don't change any value except the 4th one
you know i love variables so im putting it all into variables
.contents-2MsGLg .vc-platform-indicator>svg, .pointerEvents-2KjWnj, .cursorDefault-2M8ZNp {
display: none
}
.contents-2MsGLg .avatar-2e8lTP, .layout-1qmrhw .avatar-6qzftW {
scale: var(--rs-small-size);
margin-top: -0.25em;
border: var(--rs-small-spacing) solid transparent;
box-shadow: 0 0 var(--rs-small-glow) var(--rs-small-thickness) var(--rs-offline-color);
border-radius: calc(var(--rs-small-roundness)/2);
}
.avatar-31d8He {
z-index: 0;
border-radius: calc(var(--rs-small-roundness)/2);
}
.contents-2MsGLg:has(svg[fill="var(--green-360"]) .avatar-2e8lTP, .layout-1qmrhw:has(svg[fill="var(--green-360"]) .avatar-6qzftW {
box-shadow: 0 0 var(--rs-small-glow) var(--rs-small-thickness) var(--rs-online-color)
}
.contents-2MsGLg:has(svg[fill="var(--yellow-300"]) .avatar-2e8lTP, .layout-1qmrhw:has(svg[fill="var(--yellow-300"]) .avatar-6qzftW {
box-shadow: 0 0 var(--rs-small-glow) var(--rs-small-thickness) var(--rs-idle-color)
}
.contents-2MsGLg:has(svg[fill="var(--red-400"]) .avatar-2e8lTP, .layout-1qmrhw:has(svg[fill="var(--red-400"]) .avatar-6qzftW {
box-shadow: 0 0 var(--rs-small-glow) var(--rs-small-thickness) var(--rs-dnd-color)
}
.contents-2MsGLg:has(span[class*=botTag-][class*=botTagRegular-]) .avatar-2e8lTP, .layout-1qmrhw:has(span[class*=botTag-][class*=botTagRegular-]:not([data-tag="staff"])) .avatar-6qzftW {
box-shadow: 0 0 var(--rs-small-glow) var(--rs-small-thickness) var(--rs-bot-color)
}```
lmao

what do you even hate those variables for? with them everyone can just import the snippet and set the variables any way they want
no one is gonna wanna go into the snippet and change the specific variables and hope it does what they want
But ... but what if I don't have the radial status snippet
if you dont have the snippet you dont need the variables? what do you mean?
Seems like with this snippet status is gone from Favorites
It's not done yet, I actually forgot to update for the past days lol
But sure, check my import tomorrow/tonight
Oh my bad I thought it was done already
Nothing in this server is ever really done, but this is especially not done :P
nuh uh too much work, I will return to the og radial status
Guess its time for you to use one of MY snippets
:)
:3
use mine silly
the one you are using is the old radialstatus, which is stoopid on vencord because it sucks
I think I missed a few things, I used your new version radialstatus but it didn't fix anything
do you still have another radialstatus import in your quickcss?
it seems like you got the old one that used to be the original one, since mine doesnt have any code for the second phone icon lol
--rs-online-color: #43b581;
--rs-idle-color: #faa61a;
--rs-dnd-color: #f04747;
--rs-offline-color: #636b75;
--rs-streaming-color: #643da7;
--rs-bot-color: #5865f2;
--rs-small-size: 0.85;
--rs-small-roundness: 100%;
--rs-small-thickness: 2.5px; /* default: 2.5px */
--rs-small-glow: 0px; /* default: 0px */
--rs-small-spacing: 4px; /* default: 4px */
.contents-2MsGLg .vc-platform-indicator>svg, .pointerEvents-2KjWnj, .cursorDefault-2M8ZNp {
display: none
}
.contents-2MsGLg .avatar-2e8lTP, .layout-1qmrhw .avatar-6qzftW {
scale: var(--rs-small-size);
margin-top: -0.25em;
border: var(--rs-small-spacing) solid transparent;
box-shadow: 0 0 var(--rs-small-glow) var(--rs-small-thickness) var(--rs-offline-color);
border-radius: calc(var(--rs-small-roundness)/2);
z-index: 0;
}
.avatar-31d8He {
z-index: 0;
border-radius: calc(var(--rs-small-roundness)/2);
}
.contents-2MsGLg:has(svg[fill="var(--green-360"]) .avatar-2e8lTP, .avatar-6qzftW:has([aria-label*="Online"]) {
box-shadow: 0 0 var(--rs-small-glow) var(--rs-small-thickness) var(--rs-online-color)
}
.contents-2MsGLg:has(svg[fill="var(--yellow-300"]) .avatar-2e8lTP, .avatar-6qzftW:has([aria-label*="Idle"]), .avatar-6qzftW:has([aria-label*="Online via Mobile"]) {
box-shadow: 0 0 var(--rs-small-glow) var(--rs-small-thickness) var(--rs-idle-color) !important
}
.contents-2MsGLg:has(svg[fill="var(--red-400"]) .avatar-2e8lTP, .avatar-6qzftW:has([aria-label*="Do Not Disturb"]) {
box-shadow: 0 0 var(--rs-small-glow) var(--rs-small-thickness) var(--rs-dnd-color) !important
}
.contents-2MsGLg:has(svg[fill="var(--twitch"]) .avatar-2e8lTP, .layout-1qmrhw:has(svg[fill="var(--twitch"]) .avatar-6qzftW {
box-shadow: 0 0 var(--rs-small-glow) var(--rs-small-thickness) var(--rs-streaming-color)
}
.contents-2MsGLg:has .avatar-2e8lTP, .layout-1qmrhw:has([data-tag*="bot"])>:first-child {
box-shadow: 0 0 var(--rs-small-glow) var(--rs-small-thickness) var(--rs-bot-color)
}```
replace everything in your quickcss that has to do with radialstatus with this
then tell me if it works
i had to remove some comments because of the character limit so just ignore that
wait what
i thought those things were the platformindicators???
it is supposed to look like this minus the banner, did the platformindicators plugin add the extra phone icon?
idk... im a noob in custom discord
those must be from the other radialstatus snippet which you seem to have imported for some reason, there is no other explanation
#๐จ-theme-development show me your quickcss
?
but personally I create a .css file, add the content and add it in the theme folder
but there is nothing related to your old version of the radialstatus ๐
yep
I don't understand haha, it must come from one of the themes I added
ur V2 do this ๐
did you also put the variables from before?
oh sorry my bad, i forgot the root
put :root{ at the beginning of what you pasted in
is everything working now?
almost how?
no color circle in chat
oh bruh, leave me alone im tired
wtf
also, that isnt almost, thats like the entire purpose of the snippet haha
u weirdo
deactivate all the radialstatus stuff and just paste in the code from the snippet that i sent in the beginning, one sec i will send you the message link
no thats right, i leave u alone like u want, thx bye
hey hey hey, that was a joke
also, we should have been in that thread lol
Banner how
third party plugin, you would have to build vencord yourself for that
there is no support on this
Ty
