From: xf0r3m Date: Sat, 22 Jul 2023 07:33:47 +0000 (+0200) Subject: Dodanie polecenia uruchamiającego 'redshift' podczas startu środowiska immudex-lhe... X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=030d51b11f24aebd20ac7a6e9d188f22f8bc8be4;p=immudex-lhe.git Dodanie polecenia uruchamiającego 'redshift' podczas startu środowiska immudex-lhe - bazowy plik wersji 'base.sh' --- diff --git a/versions/base.sh b/versions/base.sh index d63593a..36eaf5b 100644 --- a/versions/base.sh +++ b/versions/base.sh @@ -60,6 +60,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 "redshift -c /etc/redshift.conf &" | tee -a /etc/X11/xdm/Xsetup; systemctl enable immudex_hostname.service;