From 25c65d874bbccd8fce616851f60d3a4bf78e2ed1 Mon Sep 17 00:00:00 2001 From: matezs <6242929+matezs@users.noreply.github.com> Date: Mon, 12 Feb 2024 22:37:55 +0100 Subject: [PATCH] Update installer.sh --- installer.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index f4c7229..bb0484a 100755 --- a/installer.sh +++ b/installer.sh @@ -210,7 +210,7 @@ installOptions() { audioChoice=$(drawDialog --title "Audio Server" --menu "If you are unsure, 'pipewire' is recommended.\n\nChoose 'Skip' if you want to skip." 0 0 0 "pipewire" "" "pulseaudio" "") - desktopChoice=$(drawDialog --title "Desktop Environment" --menu "Choose 'Skip' if you want to skip." 0 0 0 "gnome" "" "kde" "" "xfce" "" "sway" "" "i3" "") + desktopChoice=$(drawDialog --title "Desktop Environment" --menu "Choose 'Skip' if you want to skip." 0 0 0 "gnome" "" "kde" "" "xfce" "" "sway" "" "wayfire" "" "i3" "") if [ "$desktopChoice" == "i3" ]; then if drawDialog --title "" --yesno "Would you like to install lightdm with i3wm?" 0 0 ; then @@ -678,6 +678,12 @@ install() { echo -e "Sway has been installed. \n" ;; + wayfire) + echo -e "Installing Wayfire window manager... \n" + xbps-install -Sy -R $installRepo -r /mnt wayfire elogind foot xorg-fonts || failureCheck + echo -e "Wayfire has been installed. \n" + ;; + i3) echo -e "Installing i3wm... \n" xbps-install -Sy -R $installRepo -r /mnt xorg-minimal xinit xterm i3 xorg-fonts || failureCheck