Add Ubuntu Sway detection
This commit is contained in:
parent
afdb162d6e
commit
aa3804e4cb
2 changed files with 28 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue