Change the default theme, disable NumixHolo installation

This commit is contained in:
zador-blood-stained 2017-01-25 20:11:14 +03:00
parent d3aecd0d3d
commit 5fa60ff1f5
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<channel name="xsettings" version="1.0">
<property name="Net" type="empty">
<property name="ThemeName" type="string" value="NumixHolo"/>
<property name="ThemeName" type="string" value="ThinIce"/>
<property name="IconThemeName" type="string" value="Vibrancy-Colors-Full-Dark"/>
<property name="DoubleClickTime" type="empty"/>
<property name="DoubleClickDistance" type="empty"/>

View file

@ -35,7 +35,7 @@ install_desktop ()
# Install custom icons and theme
chroot $CACHEDIR/$SDCARD /bin/bash -c "dpkg -i /tmp/bin/vibrancy-colors_2.4-trusty-Noobslab.com_all.deb >/dev/null 2>&1"
chroot $CACHEDIR/$SDCARD /bin/bash -c "unzip -qq /tmp/bin/NumixHolo.zip -d /usr/share/themes"
# chroot $CACHEDIR/$SDCARD /bin/bash -c "unzip -qq /tmp/bin/NumixHolo.zip -d /usr/share/themes"
# Enable network manager
if [[ -f ${CACHEDIR}/$SDCARD/etc/NetworkManager/NetworkManager.conf ]]; then