From 82ebcce358d002d14a434e553f50362ee3ef1925 Mon Sep 17 00:00:00 2001 From: julien Date: Mon, 8 Sep 2025 15:48:41 +0200 Subject: [PATCH] added xdm theme --- post-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/post-install.sh b/post-install.sh index 2e60e16..6ec0d8c 100755 --- a/post-install.sh +++ b/post-install.sh @@ -91,6 +91,8 @@ if [[ $desktop_or_server = desktop ]]; then cp usr/share/icons/Slackware.svg /usr/share/icons/ # Copy XFCE config cp -r etc/skel/.config /etc/skel + # XDM Slackware theme + sboinstall -r slackware-xdm-theme fi # Server configuration