+ superfile

This commit is contained in:
committer@tuxwarrior
2026-02-27 11:27:25 -05:00
parent 42ed92343e
commit ed2a1c7028
3 changed files with 201 additions and 0 deletions

View File

@@ -415,6 +415,12 @@ if [ ${operation} == "dots" ] ; then
create_dir ${file_path}
deploy_file "${dots_trg}/psensor/${file_name}" "${file_path}/psensor.cfg"
# superfile
file_name=config.toml
file_path=/home/${system_user}/.config/superfile
create_dir ${file_path}
deploy_file "${dots_trg}/superfile/${file_name}" "${file_path}/${file_name}"
fi
# dots+ (wallpapers, fonts ++)