Add files via upload
This commit is contained in:
parent
6901a3ff8b
commit
3ed7327ef3
1 changed files with 10 additions and 0 deletions
10
neofetch
10
neofetch
|
@ -3428,6 +3428,11 @@ get_distro_colors() {
|
||||||
ascii_file="apricity"
|
ascii_file="apricity"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"ArcoLinux"*)
|
||||||
|
set_colors 7 4
|
||||||
|
ascii_file="arcolinux"
|
||||||
|
;;
|
||||||
|
|
||||||
"arch_small")
|
"arch_small")
|
||||||
set_colors 6 7 1
|
set_colors 6 7 1
|
||||||
ascii_file="arch_small"
|
ascii_file="arch_small"
|
||||||
|
@ -3729,6 +3734,11 @@ get_distro_colors() {
|
||||||
ascii_file="lede"
|
ascii_file="lede"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Linux Lite"*)
|
||||||
|
set_colors fg 8 3
|
||||||
|
ascii_file="linuxlite"
|
||||||
|
;;
|
||||||
|
|
||||||
"Linux")
|
"Linux")
|
||||||
set_colors fg 8 3
|
set_colors fg 8 3
|
||||||
ascii_file="linux"
|
ascii_file="linux"
|
||||||
|
|
Loading…
Reference in a new issue