54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
general {
|
|
hide_cursor = true
|
|
no_fade_in = true
|
|
no_fade_out = true
|
|
grace = 0
|
|
ignore_empty_input = true
|
|
}
|
|
|
|
background {
|
|
path = /ar1/Wallpapers/WP-000010.png
|
|
}
|
|
|
|
input-field {
|
|
monitor =
|
|
size = 250, 60
|
|
outline_thickness = 2
|
|
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
|
dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
|
|
dots_center = true
|
|
outer_color = rgba(0, 0, 0, 0)
|
|
inner_color = rgba(0, 0, 0, 0.2)
|
|
font_color = rgba(82aaffaa)
|
|
fade_on_empty = false
|
|
rounding = 20
|
|
check_color = rgb(204, 136, 34)
|
|
placeholder_text = <span foreground="##82aaff">Input Password...</span>
|
|
hide_input = false
|
|
position = 0, -200
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "$(date +"%-I:%M")"
|
|
color = rgba(242, 243, 244, 0.75)
|
|
font_size = 95
|
|
font_family = Host Grotesk Bold
|
|
position = 0, 200
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "$(date +"%A, %B %d, %Y")"
|
|
color = rgba(242, 243, 244, 0.75)
|
|
font_size = 22
|
|
font_family = Host Grotesk SemiBold
|
|
position = 0, 300
|
|
halign = center
|
|
valign = center
|
|
}
|