shennanigan
This commit is contained in:
parent
97e2181c9b
commit
a19154e7b3
1 changed files with 4 additions and 3 deletions
|
@ -8,6 +8,7 @@ general {
|
||||||
no_fade_out = true
|
no_fade_out = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Time
|
||||||
label {
|
label {
|
||||||
monitor =
|
monitor =
|
||||||
text = $TIME
|
text = $TIME
|
||||||
|
@ -25,15 +26,15 @@ label {
|
||||||
input-field {
|
input-field {
|
||||||
monitor =
|
monitor =
|
||||||
size = 300, 50
|
size = 300, 50
|
||||||
outline_thickness = 4
|
outline_thickness = 1
|
||||||
dots_size = 0.1
|
dots_size = 0.1
|
||||||
dots_spacing = 0.2
|
dots_spacing = 0.2
|
||||||
dots_center = true
|
dots_center = true
|
||||||
outer_color = $accent
|
outer_color =rgb(ea4c88)
|
||||||
inner_color = $surface0
|
inner_color = $surface0
|
||||||
font_color = $text
|
font_color = $text
|
||||||
fade_on_empty = false
|
fade_on_empty = false
|
||||||
placeholder_text = silly!
|
placeholder_text = placeholder
|
||||||
rounding = 0
|
rounding = 0
|
||||||
hide_input = false
|
hide_input = false
|
||||||
check_color = $accent
|
check_color = $accent
|
||||||
|
|
Loading…
Reference in a new issue