1
0
forked from brl/citadel

Apply theme to lock screen

This commit is contained in:
Bruce Leidl 2018-02-21 00:30:28 -05:00
parent caa4bada9d
commit 8ed82a910c

View File

@ -43,6 +43,9 @@ setup_var() {
mv ${IMAGE_ROOTFS}/home/citadel ${IMAGE_ROOTFS}/usr/share/factory/home
mv ${IMAGE_ROOTFS}/home/root ${IMAGE_ROOTFS}/usr/share/factory/home
rm /usr/share/gnome-shell/gnome-shell-theme.gresource
ln -sf ../themes/Adapta-Nokto/gnome-shell/gnome-shell-theme.gresource /usr/share/gnome-shell/gnome-shell-theme.gresource
# do_rootfs() will fail otherwise
ln -sf ../usr/share/factory/var/lib ${IMAGE_ROOTFS}/var/lib
}