fix theme and icon install

This commit is contained in:
c0de 2021-01-17 17:53:41 -06:00
parent 573ce71cfa
commit 934d9bfe92
1 changed files with 2 additions and 2 deletions

View File

@ -102,8 +102,8 @@ symlink "${DF_CONFIG}/mimeapps.list" "${HOME}/.config/mimeapps.list"
symlink "${DF_CONFIG}/Code/User/settings.json" "${HOME}/.config/Code/User/settings.json"
echo "Installing Iceberg GTK theme and Icon pack..."
symlink "${DOTFILES}/.themes/oomox-iceberg" "${HOME}/.themes/oomox-iceberg"
symlink "${DOTFILES}/.icons/oomox-iceberg" "${HOME}/.icons/oomox-iceberg"
symlink "${DF_HOME}/.themes/oomox-iceberg" "${HOME}/.themes/oomox-iceberg"
symlink "${DF_HOME}/.icons/oomox-iceberg" "${HOME}/.icons/oomox-iceberg"
echo "Building i3 configuration..."
"${DF_HOME}/bin/build-i3-config"