diff --git a/.gitignore b/.gitignore index aabdf77..c95b799 100755 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ arch.img /mate/ /voll/ /xfce4/ +/temp/ diff --git a/arch-graphical-install-auto b/arch-graphical-install-auto index 43877e2..68b1255 100755 --- a/arch-graphical-install-auto +++ b/arch-graphical-install-auto @@ -311,7 +311,6 @@ EOT fi yaourtinstall pamac-aur yaourtinstall conky-lua-nv - yaourtinstall vibrancy-colors fi fi @@ -596,10 +595,12 @@ if [ "${vollinstallation}" != "n" ]; then chmod 755 /usr/bin/adduser # shell-fish - chsh -s /usr/bin/fish root chsh -s /usr/bin/fish ${username} + # Vibrancy Colors + tar -vxJf /opt/${repo}/vibrancy-colors.tar.xz -C /usr/share/icons/ + fi diff --git a/vibrancy-colors.tar.xz b/vibrancy-colors.tar.xz new file mode 100755 index 0000000..2c71db4 Binary files /dev/null and b/vibrancy-colors.tar.xz differ