vibrancy-colors
This commit is contained in:
parent
39c1c64e6d
commit
8edd14883d
3 changed files with 4 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -14,3 +14,4 @@ arch.img
|
||||||
/mate/
|
/mate/
|
||||||
/voll/
|
/voll/
|
||||||
/xfce4/
|
/xfce4/
|
||||||
|
/temp/
|
||||||
|
|
|
@ -311,7 +311,6 @@ EOT
|
||||||
fi
|
fi
|
||||||
yaourtinstall pamac-aur
|
yaourtinstall pamac-aur
|
||||||
yaourtinstall conky-lua-nv
|
yaourtinstall conky-lua-nv
|
||||||
yaourtinstall vibrancy-colors
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
@ -596,10 +595,12 @@ if [ "${vollinstallation}" != "n" ]; then
|
||||||
chmod 755 /usr/bin/adduser
|
chmod 755 /usr/bin/adduser
|
||||||
|
|
||||||
# shell-fish
|
# shell-fish
|
||||||
|
|
||||||
chsh -s /usr/bin/fish root
|
chsh -s /usr/bin/fish root
|
||||||
chsh -s /usr/bin/fish ${username}
|
chsh -s /usr/bin/fish ${username}
|
||||||
|
|
||||||
|
# Vibrancy Colors
|
||||||
|
tar -vxJf /opt/${repo}/vibrancy-colors.tar.xz -C /usr/share/icons/
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
vibrancy-colors.tar.xz
Executable file
BIN
vibrancy-colors.tar.xz
Executable file
Binary file not shown.
Loading…
Reference in a new issue