[+] Get custom distro ascii
This commit is contained in:
parent
9a77c39170
commit
002697b49a
2 changed files with 23 additions and 3 deletions
7
neofetch
7
neofetch
|
|
@ -11607,4 +11607,11 @@ get_print_ascii() {
|
|||
echo "$ascii_data"
|
||||
}
|
||||
|
||||
get_print_custom_ascii() {
|
||||
distro="$CUSTOM_DISTRO"
|
||||
ascii_distro=$distro
|
||||
get_distro_ascii
|
||||
echo "$ascii_data"
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue