From: xf0r3m Date: Sat, 22 Jul 2023 07:30:08 +0000 (+0200) Subject: Dodanie 'przełączenia do tła' dla polecenia ustawiającego tapetę dla środowiska immud... X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=ff03b12b58092bf6f15a0402df6f81806d7d7733;p=immudex-lhe.git Dodanie 'przełączenia do tła' dla polecenia ustawiającego tapetę dla środowiska immudex-lhe - bazowy plik wersji 'base.sh' --- diff --git a/versions/base.sh b/versions/base.sh index 64a869a..d63593a 100644 --- a/versions/base.sh +++ b/versions/base.sh @@ -59,7 +59,7 @@ sed -i 's/debian/immudex_xdm/' /etc/X11/xdm/Xresources; mkdir -p /usr/share/images/desktop-base; cp -vv ~/immudex-lhe/images/${VERSION}/*.png /usr/share/images/desktop-base; -echo "feh --no-fehbg --bg-fill /usr/share/images/desktop-base/immudex_lhe_wallpaper.png" | tee -a /etc/X11/xdm/Xsetup; +echo "feh --no-fehbg --bg-fill /usr/share/images/desktop-base/immudex_lhe_wallpaper.png &" | tee -a /etc/X11/xdm/Xsetup; systemctl enable immudex_hostname.service;