71 lines
1.4 KiB
Text
71 lines
1.4 KiB
Text
general {
|
|
grace = 7
|
|
}
|
|
|
|
background {
|
|
monitor =
|
|
path = {{image}}
|
|
color = {{colors.primary.default.rgba}}
|
|
blur_passes = 1 # 0 disables blurring
|
|
blur_size = 3
|
|
# contrast = 0.8916
|
|
# brightness = 0.8172
|
|
}
|
|
|
|
label {
|
|
monitor =
|
|
text = cmd[update:10000] date '+%I'
|
|
font_family = {{font}}
|
|
font_size = 256
|
|
color = {{colors.primary.default.rgba}}
|
|
|
|
position = 0, 256
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
label {
|
|
monitor =
|
|
text = cmd[update:10000] date '+%M'
|
|
font_family = {{font}}
|
|
font_size = 256
|
|
color = {{colors.secondary.default.rgba}}
|
|
|
|
position = 0, 0
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
shape {
|
|
size = 500, 700
|
|
position = 0, 100
|
|
rounding = 50
|
|
color = {{colors.background.default.rgba}}
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
input-field {
|
|
monitor =
|
|
font_family = Comic Neue
|
|
size = 100, 100
|
|
outline_thickness = 3
|
|
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
|
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
|
|
dots_rounding = 0;
|
|
dots_center = true
|
|
|
|
outer_color = {{colors.primary_container.default.rgba}}
|
|
inner_color = {{colors.background.default.rgba}}
|
|
font_color = {{colors.on_primary_container.default.rgba}}
|
|
fail_color = {{colors.error.default.rgba}}
|
|
|
|
fade_on_empty = false
|
|
placeholder_text = 🔒
|
|
hide_input = false
|
|
rounding = -1
|
|
|
|
position = 0, 100
|
|
halign = center
|
|
valign = bottom
|
|
}
|