Skip to content

Commit

Permalink
Merge pull request #123 from WhitewaterFoundry/3.x/master
Browse files Browse the repository at this point in the history
Update Fedora Remix Logo
  • Loading branch information
patrick330602 authored Jun 2, 2020
2 parents 8808125 + b753788 commit c30b3a9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/wslfetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,25 @@ case "$distro" in
"${light_blue} :---${white}:sdNMMMMNds:${light_blue}------------: ${reset}"
"${light_blue} :------${white}:://:${light_blue}-------------:: ${reset}"
"${light_blue} :---------------------:// ${reset}");;
'fedoraremix')
t="${white}${deep_purple}"
full_text=(
"${white} ${reset}"
"${white} ${reset}"
"${white} ${reset}"
"${white} wgg ,g ${reset}"
"${white} \$\$ ]$ ${reset}"
"${white} 'A\$\$A g@PR&, x\$NR&@$ g\$PR&w \$N\$P* g&P&&y ${reset}"
"${white} \$\$ \$\$gggg$ $~ 1$ \$\$ &K \$F \$E \"\$. ${reset}"
"${white} \$\$ ]\$w ,gg &N,,w\$\$ \"\$w,,g$\" \$F J\$w,,\$\$U ${reset}"
"${white} \" *T7' \`7T' 7 \"TT' 7 ?T7 7 ™ ${reset}"
"${deep_purple} ,@@@@&8@@@@@M&@@@@@8R@@R@@@@@@@@@@@@@@@@@W ${reset}"
"${deep_purple} .@@@@\`,@@@@F M ]@@@@ @ a@ @@@@ #@@@@,\`,@@@@@ ${reset}"
"${deep_purple} @@@@~]@@@@W *\"]@@@@j@ \$@ @@@@ #@@@F @ \$@@@@ ${reset}"
"${deep_purple} *R@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@RMF ${reset}"
"${white} ${reset}"
"${white} ${reset}"
"${white} ${reset}");;
*)
t="${cyan}${bold}"
full_text=(
Expand Down
2 changes: 2 additions & 0 deletions src/wslu-header
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ light_cyan=$(echo -e '\e[1;36m')
light_gray=$(echo -e '\e[37m')
orange=$(echo -e '\e[38;5;202m')
light_orange=$(echo -e '\e[38;5;214m')
deep_purple=$(echo -e '\e[38;5;140m')
bold=$(echo -e '\033[1m')
reset=$(echo -e '\033(B\033[m')

Expand Down Expand Up @@ -228,6 +229,7 @@ case $distro in
Arch*) distro="archlinux";;
*Oracle*) distro="oracle";;
Scientific*) distro="scilinux";;
*Fedora\ Remix\ for\ WSL*) distro="fedoraremix";;
*Fedora*) distro="fedora";;
*Generic*) [ "fedora" == "$(grep -e "LIKE=" /etc/os-release | sed -e 's/ID_LIKE=//g')" ] && distro="oldfedora" || distro="unknown";;
*) distro="unknown";;
Expand Down

0 comments on commit c30b3a9

Please sign in to comment.