From f12199c8286c44ce4aa6271206370082a9805a34 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Fri, 27 Feb 2026 07:48:38 -0500 Subject: [PATCH] + hyprlock --- dots/hyprlock/hyprlock.conf | 5 ++++- scripts/99_deploy.sh | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/dots/hyprlock/hyprlock.conf b/dots/hyprlock/hyprlock.conf index ecdf2db..6691b56 100644 --- a/dots/hyprlock/hyprlock.conf +++ b/dots/hyprlock/hyprlock.conf @@ -1,6 +1,9 @@ +# https://github.com/hyprwm/hyprlock +# https://wiki.hypr.land/Hypr-Ecosystem/hyprlock/ + background { monitor = - path = ~/.config/hypr/3840x2160_retroSunsetDreamscape_backiee-285012-landscape.png # only png supported for now + path = ~/.local/share/wp/3840x2160_retroSunsetDreamscape_backiee-285012-landscape.jpg color = rgba(25, 20, 20, 1.0) # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 419cb46..096f8f6 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -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}