mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 17:03:55 -05:00
hyprlock: set background blur and colors to match theme
This commit is contained in:
parent
4e2eb14cce
commit
17cfd8155d
|
@ -1,22 +1,26 @@
|
||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
color = rgba(0, 0, 0, 1)
|
color = rgba(ca9ee6cc)
|
||||||
|
path = screenshot
|
||||||
|
blur_passes = 3
|
||||||
|
blur_size = 7
|
||||||
|
noise = 0.0117
|
||||||
}
|
}
|
||||||
|
|
||||||
input-field {
|
input-field {
|
||||||
monitor =
|
monitor =
|
||||||
size = 200, 50
|
size = 250, 50
|
||||||
outline_thickness = 3
|
outline_thickness = 3
|
||||||
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
|
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_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
|
||||||
dots_center = false
|
dots_center = false
|
||||||
dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
|
dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
|
||||||
outer_color = rgb(151515)
|
outer_color = rgb(48, 52, 70)
|
||||||
inner_color = rgb(200, 200, 200)
|
inner_color = rgb(250, 250, 250)
|
||||||
font_color = rgb(10, 10, 10)
|
font_color = rgb(48, 52, 70)
|
||||||
fade_on_empty = true
|
fade_on_empty = false
|
||||||
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
|
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
|
||||||
placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
|
# placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
|
||||||
hide_input = false
|
hide_input = false
|
||||||
rounding = -1 # -1 means complete rounding (circle/oval)
|
rounding = -1 # -1 means complete rounding (circle/oval)
|
||||||
check_color = rgb(204, 136, 34)
|
check_color = rgb(204, 136, 34)
|
||||||
|
@ -29,7 +33,7 @@ input-field {
|
||||||
invert_numlock = false # change color if numlock is off
|
invert_numlock = false # change color if numlock is off
|
||||||
swap_font_color = false # see below
|
swap_font_color = false # see below
|
||||||
|
|
||||||
position = 0, -20
|
position = 0, 0
|
||||||
halign = center
|
halign = center
|
||||||
valign = center
|
valign = center
|
||||||
}
|
}
|
Loading…
Reference in a new issue