OS: Add support for AryaLinux
This commit is contained in:
parent
db5c977ef9
commit
03e2da715d
2 changed files with 23 additions and 0 deletions
8
neofetch
8
neofetch
|
@ -520,6 +520,9 @@ get_packages() {
|
|||
type -p sorcery >/dev/null && \
|
||||
packages="$((packages+=$(gaze installed | wc -l)))"
|
||||
|
||||
type -p alps >/dev/null && \
|
||||
packages="$((packages+=$(alps showinstalled | wc -l)))"
|
||||
|
||||
if type -p pkg >/dev/null; then
|
||||
case "$kernel_name" in
|
||||
"FreeBSD") packages="$((packages+=$(pkg info | wc -l)))" ;;
|
||||
|
@ -2956,6 +2959,11 @@ get_distro_colors() {
|
|||
ascii_file="arch"
|
||||
;;
|
||||
|
||||
"Arya"*)
|
||||
set_colors 2 1
|
||||
ascii_file="arya"
|
||||
;;
|
||||
|
||||
"Bitrig"*)
|
||||
set_colors 2 7
|
||||
ascii_file="bitrig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue