Add Awesome-based installation
An Awesome-based installation is now selectable in the desktop environment prompt.
This commit is contained in:
parent
c2cb3fa270
commit
9d58e8092d
|
|
@ -1,44 +1,43 @@
|
|||
awesome
|
||||
lightdm
|
||||
lightdm-gtk-greeter
|
||||
thunar
|
||||
lxsession
|
||||
rxvt-unicode
|
||||
thunar
|
||||
--END OF MINIMAL INSTALL--
|
||||
alsa-utils
|
||||
dunst
|
||||
feh
|
||||
geany
|
||||
gsimplecal
|
||||
gtk2-perl
|
||||
htop
|
||||
imagemagick
|
||||
jq
|
||||
lightdm-webkit-theme-litarvan
|
||||
lightdm-webkit2-greeter
|
||||
lxappearance
|
||||
nano
|
||||
neofetch
|
||||
parcellite
|
||||
pavucontrol
|
||||
picom
|
||||
playerctl
|
||||
pulseaudio
|
||||
pulseaudio-alsa
|
||||
wireless_tools
|
||||
zsh
|
||||
dunst
|
||||
rofi
|
||||
feh
|
||||
lightdm-webkit2-greeter
|
||||
lightdm-webkit-theme-litarvan
|
||||
lxappearance
|
||||
qt5ct
|
||||
gsimplecal
|
||||
xautolock
|
||||
xclip
|
||||
rofi
|
||||
scrot
|
||||
thunar-archive-plugin
|
||||
thunar-volman
|
||||
thunar-media-tags-plugin
|
||||
thunar-volman
|
||||
tint2
|
||||
tumbler
|
||||
jq
|
||||
w3m
|
||||
geany
|
||||
nano
|
||||
viewnior
|
||||
pavucontrol
|
||||
parcellite
|
||||
neofetch
|
||||
htop
|
||||
picom
|
||||
gtk2-perl
|
||||
w3m
|
||||
wireless_tools
|
||||
xautolock
|
||||
xclip
|
||||
xfce4-power-manager
|
||||
imagemagick
|
||||
playerctl
|
||||
xsettingsd
|
||||
obconf
|
||||
|
||||
zsh
|
||||
|
|
@ -72,7 +72,7 @@ elif [[ "${DESKTOP_ENV}" == "gnome" ]]; then
|
|||
elif [[ "${DESKTOP_ENV}" == "lxde" ]]; then
|
||||
systemctl enable lxdm.service
|
||||
|
||||
elif [[ "${DESKTOP_ENV}" == "openbox" ]]; then
|
||||
elif [[ "${DESKTOP_ENV}" == "openbox" || "${DESKTOP_ENV}" == "awesome" ]]; then
|
||||
systemctl enable lightdm.service
|
||||
if [[ "${INSTALL_TYPE}" == "FULL" ]]; then
|
||||
# Set default lightdm-webkit2-greeter theme to Litarvan
|
||||
|
|
|
|||
|
|
@ -298,7 +298,7 @@ aurhelper () {
|
|||
desktopenv () {
|
||||
# Let the user choose Desktop Enviroment from predefined list
|
||||
echo -ne "Please select your desired Desktop Enviroment:\n"
|
||||
options=(gnome kde cinnamon xfce mate budgie lxde deepin openbox server)
|
||||
options=(gnome kde cinnamon xfce mate budgie lxde deepin openbox awesome server)
|
||||
select_option $? 4 "${options[@]}"
|
||||
desktop_env=${options[$?]}
|
||||
set_option DESKTOP_ENV $desktop_env
|
||||
|
|
|
|||
Loading…
Reference in New Issue