+ hyprlock
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user