Add files via upload
This commit is contained in:
parent
40c079eb19
commit
aa074c3f4b
15
neofetch
15
neofetch
|
@ -3241,6 +3241,11 @@ get_distro_colors() {
|
||||||
ascii_file="amazon"
|
ascii_file="amazon"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Anarchy"*)
|
||||||
|
set_colors 4 6
|
||||||
|
ascii_file="anarchy"
|
||||||
|
;;
|
||||||
|
|
||||||
"Android"*)
|
"Android"*)
|
||||||
set_colors 2 7
|
set_colors 2 7
|
||||||
ascii_file="android"
|
ascii_file="android"
|
||||||
|
@ -3332,6 +3337,11 @@ get_distro_colors() {
|
||||||
ascii_file="bunsenlabs"
|
ascii_file="bunsenlabs"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Calculate"*)
|
||||||
|
set_colors 0 3
|
||||||
|
ascii_file="calculate"
|
||||||
|
;;
|
||||||
|
|
||||||
"CentOS"*)
|
"CentOS"*)
|
||||||
set_colors 3 2 4 5 7
|
set_colors 3 2 4 5 7
|
||||||
ascii_file="centos"
|
ascii_file="centos"
|
||||||
|
@ -3638,6 +3648,11 @@ get_distro_colors() {
|
||||||
ascii_file="nurunner"
|
ascii_file="nurunner"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"NuTyX"*)
|
||||||
|
set_colors 4
|
||||||
|
ascii_file="nutyx"
|
||||||
|
;;
|
||||||
|
|
||||||
"OBRevenge"*)
|
"OBRevenge"*)
|
||||||
set_colors 1 7 3
|
set_colors 1 7 3
|
||||||
ascii_file="obrevenge"
|
ascii_file="obrevenge"
|
||||||
|
|
Reference in New Issue