#stuff

1 messages ยท Page 1 of 1 (latest)

grim pumice
#

can you optionally set the indicators to be invisible, I quite like this but the platform indicators are annoying af

frigid vigil
#
.contents-2MsGLg .vc-platform-indicator>svg {
    opacity: 0;
}
grim pumice
#

thank potatopurpleheart

dull sun
#

seems that bot wont display correctly

frigid vigil
#

well if you want:

.contents-2MsGLg:has(span[class*=botTag-][class*=botTagRegular-]) .avatar-2e8lTP {
    box-shadow: 0 0 0 2.5px #5865f2
}
dull sun
#

thanks

trail tusk
#

well done aoi

frigid vigil
#

aww thank you

trail tusk
#

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?

frigid vigil
#

yeah

trail tusk
#

yeah that explains why messing with anything makes square boxes haha

frigid vigil
#

Idk if the same logic can be applied to profiles

#

You have to check that out yourself

trail tusk
#

ill see what i can do :)

#

uhm

#

i just had a breakthrough in radialstatus technology i think

frigid vigil
#

Show me pic, I'm not on pc

trail tusk
#

dont mind my chat, its a little broken rn and im too lazy to fix it

frigid vigil
#

that isn't a circle ....

trail tusk
#

border radius 2 em then

#

it just wasnt enough to fully round it, but it works when you do it

frigid vigil
#

I didn't use outline

trail tusk
#

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

trail tusk
#

i randomly found out if you change on of the box shadow things it starts to glow lol

frigid vigil
#

yeah don't change any value except the 4th one

trail tusk
#

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

frigid vigil
#

HORROR

#

do not the variables

trail tusk
#

PLEASE

#

i love variables

#

they make everything so easy

frigid vigil
trail tusk
#

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

frigid vigil
#

But ... but what if I don't have the radial status snippet

trail tusk
#

if you dont have the snippet you dont need the variables? what do you mean?

thorny sonnet
#

Seems like with this snippet status is gone from Favorites

trail tusk
#

But sure, check my import tomorrow/tonight

thorny sonnet
#

Oh my bad I thought it was done already

trail tusk
#

Nothing in this server is ever really done, but this is especially not done :P

frigid vigil
#

nuh uh too much work, I will return to the og radial status

trail tusk
frigid vigil
#

me when no reactions

#

jk im gonna use coolesding's snippets from now on

trail tusk
#

:)

frigid vigil
#

:3

wooden cloud
#

Hi ! someone can help me to fix this ? pls

#

the double phone catfrown

trail tusk
#

use mine silly

#

the one you are using is the old radialstatus, which is stoopid on vencord because it sucks

wooden cloud
#

I think I missed a few things, I used your new version radialstatus but it didn't fix anything

trail tusk
#

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

wooden cloud
#

i disable this

#

I think it's better this way

trail tusk
#

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?

wooden cloud
#

idk... im a noob in custom discord

trail tusk
#

those must be from the other radialstatus snippet which you seem to have imported for some reason, there is no other explanation

wooden cloud
#

here ?

#

I added dots to break the lines of codes and see the difference

trail tusk
#

?

wooden cloud
#

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 ๐Ÿ˜…

trail tusk
#

do you have any other theme imports?

#

in the vencord themes section

wooden cloud
#

yep

#

I don't understand haha, it must come from one of the themes I added

#

ur V2 do this ๐Ÿ˜‚

trail tusk
#

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

wooden cloud
#

and this is my " theme " or .css

trail tusk
#

"radialstatusv1"

#

you silly

wooden cloud
#

yep this one work

#

Nooooo ๐Ÿ˜‚

trail tusk
#

is everything working now?

wooden cloud
#

almost

trail tusk
#

almost how?

wooden cloud
#

no color circle in chat

trail tusk
#

oh bruh, leave me alone im tired

wooden cloud
#

wtf

trail tusk
#

also, that isnt almost, thats like the entire purpose of the snippet haha

wooden cloud
#

u weirdo

trail tusk
#

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

wooden cloud
#

no thats right, i leave u alone like u want, thx bye

trail tusk
#

also, we should have been in that thread lol

trail tusk
#

third party plugin, you would have to build vencord yourself for that

#

there is no support on this

thorny sonnet
#

It's fine I'm already using a self compiled version

#

So which plugin is it?

trail tusk
#

uh if i remembered

#

bannerseverywhere, you have to find it on codeberg

thorny sonnet
#

Ty