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
|
#!/bin/bash
|
||||||
|
|
||||||
|
# GNOME telepítése
|
||||||
echo "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 gnome-shell gdm gnome-control-center gnome-settings-daemon gnome-session
|
||||||
sudo pacman -S --noconfirm nautilus gnome-terminal
|
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
|
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target geoclue.service
|
||||||
|
|
||||||
# Yay telepítése
|
# Yay telepítése
|
||||||
|
echo "Yay telepítése..."
|
||||||
git clone https://aur.archlinux.org/yay-bin.git
|
git clone https://aur.archlinux.org/yay-bin.git
|
||||||
cd yay-bin
|
cd yay-bin
|
||||||
makepkg -si --noconfirm
|
makepkg -si --noconfirm
|
||||||
cd -
|
cd ..
|
||||||
rm -rf yay-bin
|
rm -rf yay-bin
|
||||||
|
echo "Yay telepítése befejeződött."
|
||||||
|
|
||||||
# Yaru téma telepítése
|
# Yaru téma telepítése
|
||||||
|
echo "Yaru téma telepítése..."
|
||||||
git clone https://aur.archlinux.org/yaru.git
|
git clone https://aur.archlinux.org/yaru.git
|
||||||
cd yaru
|
cd yaru
|
||||||
makepkg -si --noconfirm
|
makepkg -si --noconfirm
|
||||||
cd -
|
cd ..
|
||||||
rm -rf yaru
|
rm -rf yaru
|
||||||
|
echo "Yaru téma telepítése befejeződött."
|
||||||
|
|
||||||
# RaveOS Cosmetics beállítások
|
# 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 gtk-theme 'Yaru-purple-dark'
|
||||||
gsettings set org.gnome.desktop.interface cursor-theme 'Yaru'
|
gsettings set org.gnome.desktop.interface cursor-theme 'Yaru'
|
||||||
gsettings set org.gnome.desktop.interface icon-theme 'Yaru-purple-dark'
|
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
|
yay -S gdm-tools --noconfirm --sudoloop --save
|
||||||
|
|
||||||
# Cosmetics letöltése és alkalmazása
|
# Cosmetics letöltése és alkalmazása
|
||||||
|
echo "Cosmetics letöltése..."
|
||||||
mkdir cosmetics
|
mkdir cosmetics
|
||||||
cd cosmetics
|
cd cosmetics
|
||||||
wget -O cosmetics.zip https://files.rp1.hu/api/public/dl/R_0cJkKL/
|
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/
|
cp -a .themes /home/$USER/
|
||||||
|
|
||||||
# GDM téma beállítása
|
# 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
|
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