summaryrefslogtreecommitdiff
path: root/configs/profile/airootfs/root/.install-systemd-mate/language/es/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>2019-10-19 14:18:55 -0400
commit011f268f3fdd0a3934b143c3a85d1f8ec4d4e58a (patch)
treed0dfa23b6ebf9df2ce17767bef2f2a6566e06f43 /configs/profile/airootfs/root/.install-systemd-mate/language/es/userAccount.sh
parent05de3178f50307484d5639b52c866dcd8974ddcc (diff)
set parabola-laf wallpaper in CLI installers
Diffstat (limited to 'configs/profile/airootfs/root/.install-systemd-mate/language/es/userAccount.sh')
-rwxr-xr-xconfigs/profile/airootfs/root/.install-systemd-mate/language/es/userAccount.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/profile/airootfs/root/.install-systemd-mate/language/es/userAccount.sh b/configs/profile/airootfs/root/.install-systemd-mate/language/es/userAccount.sh
index 1ab3585..b63d5be 100755
--- a/configs/profile/airootfs/root/.install-systemd-mate/language/es/userAccount.sh
+++ b/configs/profile/airootfs/root/.install-systemd-mate/language/es/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