Automatisation de l'installation du thèmes et des icons
This commit is contained in:
14
install.sh
14
install.sh
@ -12,18 +12,28 @@ 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
|
||||
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/
|
||||
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"
|
||||
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorVirtual1/workspace0/last-image -s "/usr/share/backgrounds/xfce/Windows-10.jpg"
|
||||
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorVirtual1/workspace1/last-image -s "/usr/share/backgrounds/xfce/Windows-10.jpg"
|
||||
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorVirtual1/workspace2/last-image -s "/usr/share/backgrounds/xfce/Windows-10.jpg"
|
||||
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorVirtual1/workspace3/last-image -s "/usr/share/backgrounds/xfce/Windows-10.jpg"
|
||||
|
||||
# Mettre à jour le bureau et ses composants
|
||||
# Trouver le fichier de configuration de whisker, theme, icons, et disposition du bureau
|
||||
# https://i12bretro.github.io/tutorials/0530.html
|
||||
#
|
||||
|
||||
echo "Installation des logiciels tierces"
|
||||
sudo apt install keepassxc
|
||||
|
||||
echo "Configuration de timeshift"
|
||||
sudo timeshift-gtk
|
||||
|
||||
echo "Configuration des paramètres"
|
||||
echo "Configuration du système"
|
||||
sudo tee -a /etc/fstab << EOF
|
||||
tmpfs /tmp tmpfs defaults,mode=1777,nosuid,size=4196M 0 0
|
||||
tmpfs /var/tmp tmpfs defaults,mode=1777,nosuid,size=4196M 0 0
|
||||
|
Reference in New Issue
Block a user