+ gtk settings

This commit is contained in:
committer
2024-05-16 05:43:21 -05:00
parent c237ab5b8a
commit 9b4d08920a
3 changed files with 33 additions and 1 deletions

View File

@@ -190,12 +190,23 @@ if [ ${operation} == "dots" ] ; then
deploy_file "${dots_trg}/firefox/${file_name}" "${file_path}/${file_name}"
fi
# gtk (upd using lxappearance)
# gtk (settings found using lxappearance)
file_name=settings.ini
file_path=/home/${user}/.config/gtk-3.0
mkdir -p ${file_path}
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
file_name=.gtk-bookmarks
file_path=/home/${user}
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
tmp_file_path_full="/home/${user}/.config/gtk-3.0/bookmarks"
trash-put ${tmp_file_path_full}
ln -s "${file_path}/${file_name}" "${tmp_file_path_full}"
file_name=.gtkrc-2.0
file_path=/home/${user}
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}.mine"
# pcmanfm
file_name=pcmanfm.conf
file_path=/home/${user}/.config/pcmanfm/default