RP BGs removed
This commit is contained in:
parent
cef125bf9b
commit
b2c0f1c682
1 changed files with 5 additions and 21 deletions
|
@ -18,12 +18,12 @@ if [[ $? -eq 1 ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# apt telepítés
|
||||
# Nala telepítés
|
||||
echo ---------------------------------------------
|
||||
echo Installing ${bold}${yellow}apt and changing DE - DEB Pkg${normal}
|
||||
echo Installing ${bold}${yellow}Nala and changing DE - DEB Pkg${normal}
|
||||
echo
|
||||
sudo apt purge lightdm -y
|
||||
sudo apt install apt -y
|
||||
sudo apt install nala -y
|
||||
sudo apt install gdm3 -y
|
||||
sudo apt purge ubuntu-advantage-tools -y
|
||||
sudo apt install gnome-shell gnome-terminal eog gnome-system-monitor nautilus gnome-software-plugin-flatpak nautilus-extension-gnome-terminal gnome-software -y
|
||||
|
@ -33,7 +33,7 @@ fi
|
|||
sudo rm -rf /usr/lib/python3/dist-packages/cinnamon
|
||||
sudo apt install ubuntu-advantage-tools -y
|
||||
echo
|
||||
echo ${bold}${yellow}apt and changing DE - DEB Pkg ${normal}installed.
|
||||
echo ${bold}${yellow}Nala and changing DE - DEB Pkg ${normal}installed.
|
||||
echo ---------------------------------------------
|
||||
|
||||
# Creating autostart folder
|
||||
|
@ -73,20 +73,6 @@ echo ---------------------------------------------
|
|||
echo ${bold}${yellow}Rave command with bash completion ${normal}installed.
|
||||
echo ---------------------------------------------
|
||||
|
||||
# Installing Custom Rave Wallpapers made by DanyHolder & Pacuka
|
||||
echo ---------------------------------------------
|
||||
echo Installing ${bold}${yellow}Custom Rave Wallpapers${normal}
|
||||
echo
|
||||
sudo rm -rf /usr/share/backgrounds
|
||||
sudo rm -rf /usr/share/gnome-background-properties/
|
||||
sudo mkdir -p /usr/share/gnome-background-properties/
|
||||
sudo mkdir -p /usr/share/backgrounds/rave
|
||||
sudo tar -xvf RP_Wallpapers.tar.xz -C /usr/share/backgrounds/rave/
|
||||
sudo cp -a rave-wallpapers.xml /usr/share/gnome-background-properties/
|
||||
echo
|
||||
echo ${bold}${yellow}Custom Rave Wallpapers ${normal}installed.
|
||||
echo ---------------------------------------------
|
||||
|
||||
# Yaru Theme
|
||||
echo ---------------------------------------------
|
||||
echo Installing ${bold}${yellow}Yaru theme - DEB Pkg${normal}
|
||||
|
@ -227,8 +213,6 @@ if [[ $user_choice = *"AMD GPU - Angol Nyelv"* ]]; then
|
|||
echo Enabling ${bold}${yellow}Wayland Window Manager${normal}
|
||||
echo
|
||||
sudo cp -a rave-pp /usr/share/pixmaps/faces/
|
||||
sudo sed -i 's/WaylandEnable=false/WaylandEnable=true/' /etc/gdm3/custom.conf
|
||||
sudo sed -i '7d' /var/lib/AccountsService/users/$USER
|
||||
sudo sed -i '7 i Icon=/usr/share/pixmaps/faces/rave-pp' /var/lib/AccountsService/users/$USER
|
||||
sudo sed -i 's/Session=/Session=wayland' /var/lib/AccountsService/users/$USER
|
||||
sudo cp -a .themes /home/$USER/
|
||||
|
|
Loading…
Reference in a new issue