+ i3lock_fk.sh

This commit is contained in:
committer
2024-05-19 17:35:37 -05:00
parent d475b81ddc
commit 80302136ae
3 changed files with 18 additions and 1 deletions

View File

@@ -277,6 +277,13 @@ if [ ${operation} == "dots+" ] ; then
mkdir -p ${file_path}
deploy_file "${dotsplus_trg}/fonts/install/*" "${file_path}/"
# ----------
# images
# ----------
file_path=/home/${user}/.local/share/img
mkdir -p ${file_path}
deploy_file "${dotsplus_trg}/images/*" "${file_path}/"
# ----------
# wallpapers
# ----------