summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/root/.install-systemd-mate/language/en/userAccount.sh
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-05-07 04:28:32 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-03-27 19:32:36 -0400
commit5e9d927b61fa3674cfd874f9520077648df88d1f (patch)
tree067975bc38ca1758354da2899925c10a3ebde20e /configs/profile/root-image/root/.install-systemd-mate/language/en/userAccount.sh
parent1f322787be4ac6c29380428a775699284719323f (diff)
set parabola-laf wallpaper in CLI installers
Diffstat (limited to 'configs/profile/root-image/root/.install-systemd-mate/language/en/userAccount.sh')
-rwxr-xr-xconfigs/profile/root-image/root/.install-systemd-mate/language/en/userAccount.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/profile/root-image/root/.install-systemd-mate/language/en/userAccount.sh b/configs/profile/root-image/root/.install-systemd-mate/language/en/userAccount.sh
index 0df85f9..ea6847d 100755
--- a/configs/profile/root-image/root/.install-systemd-mate/language/en/userAccount.sh
+++ b/configs/profile/root-image/root/.install-systemd-mate/language/en/userAccount.sh
@@ -27,8 +27,8 @@ if [ -x /usr/bin/gsettings ]; then
gsettings set org.mate.peripherals-mouse cursor-size '18'
gsettings set org.mate.peripherals-mouse cursor-theme 'mate'
fi \
- if [ -f /etc/wallpaper.png ]; then
- gsettings set org.mate.background picture-filename '/etc/wallpaper.png'
+ if [ -f /usr/share/backgrounds/parabola-laf/parabola-laf.png ]; then
+ gsettings set org.mate.background picture-filename '/usr/share/backgrounds/parabola-laf/parabola-laf.png'
fi
fi