Add Ubuntu Sway detection
This commit is contained in:
parent
afdb162d6e
commit
aa3804e4cb
2 changed files with 28 additions and 0 deletions
27
ascii.txt
Normal file
27
ascii.txt
Normal file
|
@ -0,0 +1,27 @@
|
|||
${c1}
|
||||
.:--===++++===--:.
|
||||
.-=++++++++++++++++++++=-.
|
||||
.-++++++++++++++++++++++++++++-.
|
||||
:=++++++++++++++++++++++++++++++++=:
|
||||
.=++++++++++++++++++++++++:.-=++++++++=.
|
||||
-+++++++++++++=-:........=: .=++++++++-
|
||||
=+++++++++++=:==-=++++++++- -++++++++++=
|
||||
=++++++++++=..-+++=:.:::..:-==:.-:=++++++++++=
|
||||
-++++++++++: -++:.=++++++++=-..-++: =++++++++++-
|
||||
.++++++++++: =+= :+++++++++++++=..++- -++++++++++.
|
||||
-+++++++++=.=+= =++++++++++++++++:.++: ++++++++++-
|
||||
=++++++:....-+.:++++++++++++++++++ -+= -+++++++++=
|
||||
+++++++. -+ -++++++++++++++++++=+++=+++++++++++
|
||||
=++++++. -+.:++++++++++++++++++ -+= =+++++++++=
|
||||
-++++++++++:-+= =++++++++++++++++:.++..++++++++++-
|
||||
.++++++++++- =+= :+++++++++++++=..++: =++++++++++.
|
||||
-++++++++++- :++-:+==++++++=-..=+=..=++++++++++-
|
||||
=++++++++++=: :+++-:.:::..:-=-::--+++++++++++=
|
||||
=+++++++++++=-+-:-==++++==. .+++++++++++=
|
||||
-++++++++++++++=-::....:=- -+++++++++-
|
||||
.=+++++++++++++++++++++++=.-=+++++++++=.
|
||||
:=++++++++++++++++++++++++++++++++=:
|
||||
.-++++++++++++++++++++++++++++-.
|
||||
.-=++++++++++++++++++++=-.
|
||||
.:--===++++===--:.
|
||||
|
1
neofetch
1
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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue