Hey!
Im using my very old PC with Refracta. Im very happy about it.
I really liked the speed of the distribution on my hardware
Several months i was a big distrohopper and also fedora lover. But her constant tantrums in the form of small nuances got me
Now i`m chillin with new desktop and new impressions. Thank you for that work
I was open request on
screenfetch github for adding distro logo. Let this be my small contribution to the common cause

After I gain enough experience, I can help more
If you want see Refracta now in your mashine in that script you can do these steps:
1) open
/usr/bin/screenfetch in favorite editor
2) find any distro logo entry and scroll down to
;;3) insert this block after
;; and before next distro name:
- Code: Select all
"Refracta")
if [[ "$no_color" != "1" ]]; then
c1=$(getColor 'blue')
fi
if [ -n "${my_lcolor}" ]; then c1="${my_lcolor}"; fi
startline="1"
logowidth="40"
fulloutput=(
"${c1} -+ "
"${c1} .o/. yd. %s"
"${c1} .ymh+-. -mm- %s"
"${c1} .ommmho:. smm+ %s"
"${c1} +mmmmmd/ -dmdy %s"
"${c1} ...:/oo. :dmmmd. ymmdd. %s"
"${c1}..-/osydmmNmmh- -hmm/ :mmmdd/ %s"
"${c1} -:/osyhddmmNNd: .yy- ymmmmds %s"
"${c1} ..-:/oyhh/ . -ddmmdmd. %s"
"${c1} //:--.. /syhdmmd: %s"
"${c1} /mmmdhyo. ...--/+: %s"
"${c1} -ddmmddy. - .ohyo/:..- %s"
"${c1} .hdmmmd- :d+ .ommmmdhhso+:--. %s"
"${c1} sdmmmy -ymms. /mmmNmdhso+/- %s"
"${c1} +mmmm- /mmmmy. :o+:-.- %s"
"${c1} -ddms smmmmmh- %s"
"${c1} .dmd- -./sdmmd: %s"
"${c1} yms -:odm+ %s"
"${c1} +m. -./: %s"
"${c1} -+ %s")
;;
4) find variable with name
supported_distros=. Insert
Refracta between
RHEL and
ROSA -
rhel, Refracta, ROSA
5) find logical selector (or idk what is it) -
case $distro in
scroll down to
rhel and instert after:
- Code: Select all
refracta) distro="Refracta" ;;
6) after this i stop search for entries because i`m lazy and script start working
7) enjoy
And i have that code in my gist if forum spoil it
LinkMy Screen