Unverified Commit 3ed7327e authored by Robert's avatar Robert Committed by GitHub

Add files via upload

parent 6901a3ff
...@@ -3428,6 +3428,11 @@ get_distro_colors() { ...@@ -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() { ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment