Merge pull request #699 from obrevenge/master
added obrevenge and archlabs ascii art for compatiblity for both new distros
This commit is contained in:
commit
e021d30d1e
3 changed files with 46 additions and 0 deletions
10
neofetch
10
neofetch
|
@ -2836,6 +2836,11 @@ get_distro_colors() {
|
|||
ascii_file="arch"
|
||||
;;
|
||||
|
||||
"ARCHlabs"*)
|
||||
set_colors 6 6 7 1
|
||||
ascii_file="archlabs"
|
||||
;;
|
||||
|
||||
"Bitrig"*)
|
||||
set_colors 2 7
|
||||
ascii_file="bitrig"
|
||||
|
@ -3101,6 +3106,11 @@ get_distro_colors() {
|
|||
ascii_file="nixos"
|
||||
;;
|
||||
|
||||
"OBRevenge"*)
|
||||
set_colors 1 7 3
|
||||
ascii_file="obrevenge"
|
||||
;;
|
||||
|
||||
"openbsd_small")
|
||||
set_colors 3 7 6 1 8
|
||||
ascii_file="openbsd_small"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue