+ psensor

This commit is contained in:
committer@tuxwarrior
2026-02-26 14:51:48 -05:00
parent a58cde48ce
commit bbb3ef9b11
2 changed files with 89 additions and 0 deletions

View File

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