Updating script to install theme globally
This commit is contained in:
@ -8,10 +8,10 @@ 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 ~/.icons/windows
|
||||
gtk-update-icon-cache ~/.icons/windows
|
||||
git clone https://github.com/B00merang-Project/Windows-10.git ~/.themes/windows-light
|
||||
git clone https://github.com/B00merang-Project/Windows-10-Dark.git ~/.themes/windows-dark
|
||||
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"
|
||||
gtk-update-icon-cache ~/.icons/Windows-10-master/
|
||||
|
Reference in New Issue
Block a user