Backgrounds: Automate the configuration of the default backgrounds

This commit is contained in:
Daniel Ruiz de Alegría
2020-10-27 17:21:01 +01:00
parent 15462922e7
commit 69e9bc929d
3 changed files with 5 additions and 2 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ LOGIN_BACKGROUND=$2
# xfce background
if [ -e share/backgrounds/kali-16x9/$DESKTOP_BACKGROUND.png ]; then
rm -f share/backgrounds/kali-16x9/default
mv share/backgrounds/kali-16x9/$DESKTOP_BACKGROUND.png \
mv -v share/backgrounds/kali-16x9/$DESKTOP_BACKGROUND.png \
share/backgrounds/kali-16x9/default
fi