From d68d3d587d5ac5a7eb85e981d2464d1bb210b78d Mon Sep 17 00:00:00 2001 From: Oxbian Date: Tue, 29 Aug 2023 21:26:55 +0200 Subject: [PATCH] =?UTF-8?q?Automatisation=20de=20l'installation=20du=20th?= =?UTF-8?q?=C3=A8mes=20et=20des=20icons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 5ada2d4..8e4da19 100644 --- a/install.sh +++ b/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