Ajout : config hyprlock ahrc-laptop
This commit is contained in:
parent
08116aec0c
commit
994c0254c0
1 changed files with 42 additions and 0 deletions
42
config/hypr-ahrc--laptop/hyprlock.conf
Normal file
42
config/hypr-ahrc--laptop/hyprlock.conf
Normal file
|
@ -0,0 +1,42 @@
|
|||
general {
|
||||
hide_cursor = true
|
||||
no_fade_in = true
|
||||
}
|
||||
|
||||
background {
|
||||
monitor =
|
||||
path = screenshot
|
||||
blur_passes = 3
|
||||
blur_size = 5
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
size = 640, 50
|
||||
outline_thickness = 3
|
||||
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
|
||||
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
|
||||
dots_center = false
|
||||
outer_color = rgb(151515)
|
||||
inner_color = rgb(200, 200, 200)
|
||||
font_color = rgb(10, 10, 10)
|
||||
fade_on_empty = true
|
||||
placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
|
||||
hide_input = false
|
||||
rounding = -1 # -1 means complete rounding (circle/oval)
|
||||
|
||||
position = 0, -20
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:500] date '+%Y-%m-%d%n %H:%M:%S'
|
||||
font_size = 25
|
||||
font_family = Hack Nerd Font
|
||||
|
||||
position = 0, 80
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
Loading…
Reference in a new issue