+ index.theme

This commit is contained in:
committer
2024-05-21 21:46:39 -05:00
parent b2697c954a
commit f6ae320bdf
2 changed files with 10 additions and 0 deletions

View File

@@ -273,6 +273,11 @@ if [ ${operation} == "dots" ] ; then
file_path=/home/${system_user}
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
file_name=index.theme
file_path=/home/${system_user}/.icons/default
mkdir -p ${file_path}
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
# nitrogen
file_path=/home/${system_user}/.config/nitrogen
mkdir -p ${file_path}