/ make all dots+ functions active again

This commit is contained in:
committer@tuxwarrior
2024-08-27 16:23:13 -05:00
parent cf82d9be0e
commit a1c90d411f

View File

@@ -392,23 +392,23 @@ if [ ${operation} == "dots+" ] ; then
# ---------- # ----------
# fonts # fonts
# ---------- # ----------
# file_path=/home/${system_user}/.local/share/fonts file_path=/home/${system_user}/.local/share/fonts
# create_dir ${file_path} create_dir ${file_path}
# deploy_file "${dotsplus_trg}/fonts/install/*" "${file_path}/" deploy_file "${dotsplus_trg}/fonts/install/*" "${file_path}/"
# ---------- # ----------
# images # images
# ---------- # ----------
# file_path=/home/${system_user}/.local/share/img file_path=/home/${system_user}/.local/share/img
# create_dir ${file_path} create_dir ${file_path}
# deploy_file "${dotsplus_trg}/images/*" "${file_path}/" deploy_file "${dotsplus_trg}/images/*" "${file_path}/"
# ---------- # ----------
# wallpapers # wallpapers
# ---------- # ----------
# file_path=/home/${system_user}/.local/share/wp file_path=/home/${system_user}/.local/share/wp
# create_dir ${file_path} create_dir ${file_path}
# deploy_file "${dotsplus_trg}/wallpapers/install/*" "${file_path}/" deploy_file "${dotsplus_trg}/wallpapers/install/*" "${file_path}/"
# ---------- # ----------
# miscelanneous # miscelanneous