+ hyprpaper

This commit is contained in:
committer@tuxwarrior
2026-02-27 06:54:33 -05:00
parent aacb46cf58
commit 6829129449
3 changed files with 55 additions and 54 deletions

View File

@@ -306,6 +306,12 @@ if [ ${operation} == "dots" ] ; then
create_dir ${file_path}
deploy_file "${dots_trg}/hyprmon/*" "${file_path}/"
# hyprpaper
file_name=hyprpaper.conf
file_path=/home/${system_user}/.config/hypr
create_dir ${file_path}
deploy_file "${dots_trg}/hyprpaper/${file_name}" "${file_path}/${file_name}"
# waybar
file_path=/home/${system_user}/.config/waybar
create_dir ${file_path}