- Added xfce to kinto system tray

This commit is contained in:
Ben Reaves
2020-08-04 21:04:01 -05:00
parent 72f2f93657
commit 98a1d8a0f1
2 changed files with 10 additions and 3 deletions

View File

@@ -201,7 +201,7 @@ rightalt=false
vssublime=false
if [[ $1 == "1" || $1 == "2" || $1 == "3" || $1 == "winmac" || $1 == "mac" || $1 == "chromebook" ]]; then
if [[ $dename == "gnome" || $dename == "budgie" || $dename == "mate" ]];then
if [[ $dename == "gnome" || $dename == "budgie" || $dename == "mate" || $dename == "xfce" ]];then
installtray=true
while true; do
read -rep $'\nWould you like to install the Kinto System Tray (AppInidcator)? (Y/n)\n' yn