Fixing theme installation
This commit is contained in:
10
install.sh
10
install.sh
@ -6,14 +6,13 @@ sudo apt update -y && sudo apt upgrade -y
|
||||
sudo apt install git gtk2-engines-murrine unzip p7zip-rar 7zip -y
|
||||
|
||||
echo "Installation du thème Windows 10"
|
||||
mkdir ~/.themes && mkdir ~/.icons
|
||||
sudo wget -O /usr/share/backgrounds/xfce/Windows-10.jpg https://1.bp.blogspot.com/-pEu0ToTAMyk/XWnlO2-h6nI/AAAAAAAAYb0/U7uz1_YHqls7nOf4N0s9rP96g7jaqlWZACLcBGAs/s2560/windows_10_4k_8k_2-2560x1440.jpg
|
||||
git clone https://github.com/B00merang-Artwork/Windows-10.git /usr/share/icons/windows
|
||||
gtk-update-icon-cache /usr/share/icons/windows
|
||||
git clone https://github.com/B00merang-Project/Windows-10.git /usr/share/themes/windows-light
|
||||
git clone https://github.com/B00merang-Project/Windows-10-Dark.git /usr/share/themes/windows-dark
|
||||
xfconf-query -c xsettings -p /Net/ThemeName -s "Windows-10"
|
||||
xfconf-query -c xsettings -p /Net/IconThemeName -s "Windows-10-master"
|
||||
sudo git clone https://github.com/B00merang-Project/Windows-10.git /usr/share/themes/windows-light
|
||||
sudo git clone https://github.com/B00merang-Project/Windows-10-Dark.git /usr/share/themes/windows-dark
|
||||
xfconf-query -c xsettings -p /Net/ThemeName -s "windows-light"
|
||||
xfconf-query -c xsettings -p /Net/IconThemeName -s "Windows 10"
|
||||
gtk-update-icon-cache ~/.icons/Windows-10-master/
|
||||
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/last-image -s "/usr/share/backgrounds/xfce/Windows-10.jpg"
|
||||
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor1/last-image -s "/usr/share/backgrounds/xfce/Windows-10.jpg"
|
||||
@ -49,6 +48,7 @@ EOF
|
||||
|
||||
sudo bash -c 'echo "vm.swappiness=1" >> /etc/sysctl.conf'
|
||||
|
||||
mkdir -p $HOME/.config/systemd/user/
|
||||
ln -sf $(pwd)/systemd/ssh-agent.service $HOME/.config/systemd/user/ssh-agent.service
|
||||
systemctl enable --user ssh-agent
|
||||
|
||||
|
Reference in New Issue
Block a user