I just ordered an OLED Monitor and really excited for it. To truly get the most out of it, I want to change my KDE Plasma (using Kvantum) to use pitch black. But I also like the GruvBox Colors. I tried to change the colors section in .kvconfig but it turned out to be a hot garbage maybe because it messes with the GruvBox Plasma Style which is not tied to Kvantum. Does anyone have or know a OLED Gruv Box Style that I can use?

What’s OS age, may I ask? I assume that’s the first time you installed your system, but how it knows the date? I assume it’s when you did that
pacstrap.Is it just some parameter somewhere in fastfetch’s config?
It’s a fastfetch thing.
Edit: It’s this command
birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days