Fixing icons installation

This commit is contained in:
2023-09-01 11:33:20 +02:00
parent f3a818b2a7
commit 15ca9fbde5

View File

@ -7,12 +7,12 @@ sudo apt install git gtk2-engines-murrine unzip p7zip-rar 7zip -y
echo "Installation du thème Windows 10" echo "Installation du thème Windows 10"
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 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 sudo git clone https://github.com/B00merang-Artwork/Windows-10.git /usr/share/icons/windows
gtk-update-icon-cache /usr/share/icons/windows gtk-update-icon-cache /usr/share/icons/windows
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.git /usr/share/themes/windows-light
sudo git clone https://github.com/B00merang-Project/Windows-10-Dark.git /usr/share/themes/windows-dark 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/ThemeName -s "windows-light"
xfconf-query -c xsettings -p /Net/IconThemeName -s "Windows 10" xfconf-query -c xsettings -p /Net/IconThemeName -s "windows"
gtk-update-icon-cache ~/.icons/Windows-10-master/ 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/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" xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor1/last-image -s "/usr/share/backgrounds/xfce/Windows-10.jpg"