Update gnome.sh
This commit is contained in:
parent
f5084a186d
commit
ce613b0782
1 changed files with 11 additions and 2 deletions
13
gnome.sh
13
gnome.sh
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# GNOME telepítése
|
||||
echo "GNOME telepítése..."
|
||||
sudo pacman -S --noconfirm gnome-shell gdm gnome-control-center gnome-settings-daemon gnome-session
|
||||
sudo pacman -S --noconfirm nautilus gnome-terminal
|
||||
|
@ -8,20 +9,25 @@ systemctl enable gdm.service
|
|||
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target geoclue.service
|
||||
|
||||
# Yay telepítése
|
||||
echo "Yay telepítése..."
|
||||
git clone https://aur.archlinux.org/yay-bin.git
|
||||
cd yay-bin
|
||||
makepkg -si --noconfirm
|
||||
cd -
|
||||
cd ..
|
||||
rm -rf yay-bin
|
||||
echo "Yay telepítése befejeződött."
|
||||
|
||||
# Yaru téma telepítése
|
||||
echo "Yaru téma telepítése..."
|
||||
git clone https://aur.archlinux.org/yaru.git
|
||||
cd yaru
|
||||
makepkg -si --noconfirm
|
||||
cd -
|
||||
cd ..
|
||||
rm -rf yaru
|
||||
echo "Yaru téma telepítése befejeződött."
|
||||
|
||||
# RaveOS Cosmetics beállítások
|
||||
echo "RaveOS Cosmetics beállítása..."
|
||||
gsettings set org.gnome.desktop.interface gtk-theme 'Yaru-purple-dark'
|
||||
gsettings set org.gnome.desktop.interface cursor-theme 'Yaru'
|
||||
gsettings set org.gnome.desktop.interface icon-theme 'Yaru-purple-dark'
|
||||
|
@ -32,6 +38,7 @@ gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize
|
|||
yay -S gdm-tools --noconfirm --sudoloop --save
|
||||
|
||||
# Cosmetics letöltése és alkalmazása
|
||||
echo "Cosmetics letöltése..."
|
||||
mkdir cosmetics
|
||||
cd cosmetics
|
||||
wget -O cosmetics.zip https://files.rp1.hu/api/public/dl/R_0cJkKL/
|
||||
|
@ -54,4 +61,6 @@ cp -a .icons /home/$USER/
|
|||
cp -a .themes /home/$USER/
|
||||
|
||||
# GDM téma beállítása
|
||||
echo "GDM téma beállítása..."
|
||||
set-gdm-theme set Yaru-purple-dark /usr/share/backgrounds/raveos-bg.png
|
||||
echo "GNOME telepítése befejeződött."
|
||||
|
|
Loading…
Reference in a new issue