]> gitweb.morketsmerke.org Git - immudex-lhe.git/commitdiff
Dodanie polecenia uruchamiającego 'redshift' podczas startu środowiska immudex-lhe...
authorxf0r3m <jakubstasinski@protonmail.com>
Sat, 22 Jul 2023 07:33:47 +0000 (09:33 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Sat, 22 Jul 2023 07:33:47 +0000 (09:33 +0200)
versions/base.sh

index d63593a6f8f5cbc0c5c71fe3454d949060b82a51..36eaf5ba8b4e9a7e4c74e574d7ea0a153abb9099 100644 (file)
@@ -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;