mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 12:10:42 +00:00
Compare commits
No commits in common. "5a0132296b817d61bb8302243ca24c4000d5c5d4" and "9b3c5b20aaeb8476b149c7bedd2b7337284195f5" have entirely different histories.
5a0132296b
...
9b3c5b20aa
1 changed files with 4 additions and 4 deletions
|
@ -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(33ccffee)
|
outer_color = rgba(129, 162, 190, 85)
|
||||||
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
|
shadow_size = 1.2
|
||||||
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
|
shadow_size = 1.2
|
||||||
shadow_boost = 1.0
|
shadow_boost = 1.0
|
||||||
|
|
||||||
position = 0, -230
|
position = 0, -230
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue