Add Ubuntu Sway detection

This commit is contained in:
Sunderland93 2022-06-24 23:21:20 +04:00
parent afdb162d6e
commit aa3804e4cb
2 changed files with 28 additions and 0 deletions

27
ascii.txt Normal file
View file

@ -0,0 +1,27 @@
${c1}
.:--===++++===--:.
.-=++++++++++++++++++++=-.
.-++++++++++++++++++++++++++++-.
:=++++++++++++++++++++++++++++++++=:
.=++++++++++++++++++++++++:.-=++++++++=.
-+++++++++++++=-:........=: .=++++++++-
=+++++++++++=:==-=++++++++- -++++++++++=
=++++++++++=..-+++=:.:::..:-==:.-:=++++++++++=
-++++++++++: -++:.=++++++++=-..-++: =++++++++++-
.++++++++++: =+= :+++++++++++++=..++- -++++++++++.
-+++++++++=.=+= =++++++++++++++++:.++: ++++++++++-
=++++++:....-+.:++++++++++++++++++ -+= -+++++++++=
+++++++. -+ -++++++++++++++++++=+++=+++++++++++
=++++++. -+.:++++++++++++++++++ -+= =+++++++++=
-++++++++++:-+= =++++++++++++++++:.++..++++++++++-
.++++++++++- =+= :+++++++++++++=..++: =++++++++++.
-++++++++++- :++-:+==++++++=-..=+=..=++++++++++-
=++++++++++=: :+++-:.:::..:-=-::--+++++++++++=
=+++++++++++=-+-:-==++++==. .+++++++++++=
-++++++++++++++=-::....:=- -+++++++++-
.=+++++++++++++++++++++++=.-=+++++++++=.
:=++++++++++++++++++++++++++++++++=:
.-++++++++++++++++++++++++++++-.
.-=++++++++++++++++++++=-.
.:--===++++===--:.

View file

@ -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
;;