mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-01-23 15:44:33 +00:00
Compare commits
3 commits
9b3c5b20aa
...
5a0132296b
Author | SHA1 | Date | |
---|---|---|---|
ItsDrike | 5a0132296b | ||
ItsDrike | 339e17716c | ||
ItsDrike | c4928b163a |
|
@ -28,11 +28,11 @@ input-field {
|
||||||
size = 300, 250
|
size = 300, 250
|
||||||
rounding = -1
|
rounding = -1
|
||||||
outline_thickness = 30
|
outline_thickness = 30
|
||||||
outer_color = rgba(129, 162, 190, 85)
|
outer_color = rgba(33ccffee)
|
||||||
inner_color = rgb(29, 31, 33)
|
inner_color = rgb(29, 31, 33)
|
||||||
font_color = rgb(100, 100, 100)
|
font_color = rgb(100, 100, 100)
|
||||||
|
|
||||||
check_color = rgb(204, -136, 34) # override outer_color while checking the pw (could take a while sometimes - pam lockouts)
|
check_color = rgb(204, 136, 34) # override outer_color while checking the pw (could take a while sometimes - pam lockouts)
|
||||||
fail_color = rgb(204, 34, 34) # override outer_color and fail message color if auth failed
|
fail_color = rgb(204, 34, 34) # override outer_color and fail message color if auth failed
|
||||||
fail_transition = 500 # transition time in ms between normal outer_color and fail_color
|
fail_transition = 500 # transition time in ms between normal outer_color and fail_color
|
||||||
fail_text = # Leave this empty (amt of attempts and fail reason shown with labels)
|
fail_text = # Leave this empty (amt of attempts and fail reason shown with labels)
|
||||||
|
@ -94,7 +94,7 @@ label {
|
||||||
font_family = Noto Sans
|
font_family = Noto Sans
|
||||||
|
|
||||||
shadow_passes = 1
|
shadow_passes = 1
|
||||||
shadow_size = 1.2
|
shadow_size = 1
|
||||||
shadow_boost = 1.0
|
shadow_boost = 1.0
|
||||||
|
|
||||||
position = 0, -200
|
position = 0, -200
|
||||||
|
@ -110,7 +110,7 @@ label {
|
||||||
font_family = Noto Sans
|
font_family = Noto Sans
|
||||||
|
|
||||||
shadow_passes = 1
|
shadow_passes = 1
|
||||||
shadow_size = 1.2
|
shadow_size = 1
|
||||||
shadow_boost = 1.0
|
shadow_boost = 1.0
|
||||||
|
|
||||||
position = 0, -230
|
position = 0, -230
|
||||||
|
|
Loading…
Reference in a new issue