+ hyprlock

This commit is contained in:
committer@tuxwarrior
2026-02-27 07:48:38 -05:00
parent b321473cdc
commit f12199c828
2 changed files with 10 additions and 1 deletions

View File

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