diff --git a/ascii.txt b/ascii.txt new file mode 100644 index 00000000..d2b2afd4 --- /dev/null +++ b/ascii.txt @@ -0,0 +1,27 @@ +${c1} + .:--===++++===--:. + .-=++++++++++++++++++++=-. + .-++++++++++++++++++++++++++++-. + :=++++++++++++++++++++++++++++++++=: + .=++++++++++++++++++++++++:.-=++++++++=. + -+++++++++++++=-:........=: .=++++++++- + =+++++++++++=:==-=++++++++- -++++++++++= + =++++++++++=..-+++=:.:::..:-==:.-:=++++++++++= + -++++++++++: -++:.=++++++++=-..-++: =++++++++++- +.++++++++++: =+= :+++++++++++++=..++- -++++++++++. +-+++++++++=.=+= =++++++++++++++++:.++: ++++++++++- +=++++++:....-+.:++++++++++++++++++ -+= -+++++++++= ++++++++. -+ -++++++++++++++++++=+++=+++++++++++ +=++++++. -+.:++++++++++++++++++ -+= =+++++++++= +-++++++++++:-+= =++++++++++++++++:.++..++++++++++- +.++++++++++- =+= :+++++++++++++=..++: =++++++++++. + -++++++++++- :++-:+==++++++=-..=+=..=++++++++++- + =++++++++++=: :+++-:.:::..:-=-::--+++++++++++= + =+++++++++++=-+-:-==++++==. .+++++++++++= + -++++++++++++++=-::....:=- -+++++++++- + .=+++++++++++++++++++++++=.-=+++++++++=. + :=++++++++++++++++++++++++++++++++=: + .-++++++++++++++++++++++++++++-. + .-=++++++++++++++++++++=-. + .:--===++++===--:. + diff --git a/neofetch b/neofetch index c7edf54e..ea780da3 100755 --- a/neofetch +++ b/neofetch @@ -1134,6 +1134,7 @@ get_distro() { *"Lubuntu"*) distro=${distro/Ubuntu/Lubuntu} ;; *"budgie"*) distro=${distro/Ubuntu/Ubuntu Budgie} ;; *"cinnamon"*) distro=${distro/Ubuntu/Ubuntu Cinnamon} ;; + *"ubuntusway"*) distro=${distro/Ubuntu/Ubuntu Sway} ;; esac fi ;;