Firefox automatic configuration fix
This commit is contained in:
@ -7,12 +7,12 @@ sudo apt install git gtk2-engines-murrine unzip p7zip-rar 7zip -y
|
||||
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 git clone https://github.com/B00merang-Artwork/Windows-10.git /usr/share/icons/windows
|
||||
gtk-update-icon-cache /usr/share/icons/windows
|
||||
sudo 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-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"
|
||||
gtk-update-icon-cache ~/.icons/Windows-10-master/
|
||||
sudo 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"
|
||||
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor2/last-image -s "/usr/share/backgrounds/xfce/Windows-10.jpg"
|
||||
@ -39,8 +39,8 @@ ln -sf $(pwd)/config/keepass/keepassxc.ini $HOME/.config/keepassxc/keepassxc.ini
|
||||
firefox &
|
||||
sleep 3
|
||||
folder=$(find $HOME/.mozilla/firefox -type d -name "*.default-release")
|
||||
ln -sf $(pwd)/firefox/prefs.js $folder/prefs.js
|
||||
ln -sf $(pwd)/firefox/extensions/* $folder/extensions/
|
||||
ln -sf $(pwd)/config/firefox/prefs.js $folder/prefs.js
|
||||
ln -sf $(pwd)/config/firefox/extensions/* $folder/extensions/
|
||||
|
||||
# Configuration xfce
|
||||
xfce4-panel --quit
|
||||
|
Reference in New Issue
Block a user