+ 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

@@ -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

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}