os
: Added support for Source Mage.
This commit is contained in:
parent
9922151162
commit
0a49b84bcc
2 changed files with 29 additions and 0 deletions
8
neofetch
8
neofetch
|
@ -517,6 +517,9 @@ get_packages() {
|
|||
type -p tazpkg >/dev/null && \
|
||||
packages="$((packages+=$(tazpkg list | wc -l) - 6))"
|
||||
|
||||
type -p sorcery >/dev/null && \
|
||||
packages="$((packages+=$(gaze installed | wc -l)))"
|
||||
|
||||
if type -p pkg >/dev/null; then
|
||||
case "$kernel_name" in
|
||||
"FreeBSD") packages="$((packages+=$(pkg info | wc -l)))" ;;
|
||||
|
@ -3394,6 +3397,11 @@ get_distro_colors() {
|
|||
ascii_file="solus"
|
||||
;;
|
||||
|
||||
"Source Mage"*)
|
||||
set_colors 4 7 1
|
||||
ascii_file="source_mage"
|
||||
;;
|
||||
|
||||
"Sparky"*)
|
||||
set_colors 1 7
|
||||
ascii_file="sparky"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue