From e0d36e5c7a3c59b168ad2a8cf327cc128ed8c7b9 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Fri, 7 Mar 2025 12:45:36 +0100 Subject: [PATCH] =?utf8?q?Podmiana=20domy=C5=9Blnej=20tapety=20XFCE=20dla?= =?utf8?q?=20D13?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index d2c7a7b..fd3c086 100644 --- a/install.sh +++ b/install.sh @@ -28,8 +28,10 @@ rm -rf /etc/lightdm; cp -rvv lightdm /etc; rm /usr/share/images/desktop-base/default; +rm /usr/share/backgrounds/xfce/xfce-x.svg; cp -rvv images/* /usr/share/images/desktop-base; ln -s /usr/share/images/desktop-base/d13_wallpaper.png /usr/share/images/desktop-base/default; +ln -s /usr/share/images/desktop-base/d13_wallpaper.png /usr/share/backgrounds/xfce/xfce-x.svg; if [ -f /etc/skel/.face ]; then rm /etc/skel/.face; fi ln -s /usr/share/images/desktop-base/immudex_xfce_greeter_logo.png /etc/skel/.face; -- 2.39.5