26 lines
456 B
Plaintext
26 lines
456 B
Plaintext
background {
|
|
monitor =
|
|
path = screenshot
|
|
blur_passes = 3
|
|
brightness = 0.8
|
|
}
|
|
|
|
input-field {
|
|
monitor =
|
|
size = 300, 50
|
|
outline_thickness = 2
|
|
position = 0, -100
|
|
rounding = 5
|
|
inner_color = rgba(0, 0, 0, 0.5)
|
|
outer_color = rgba(255, 255, 255, 0.2)
|
|
font_color = rgba(255,255,255,1)
|
|
}
|
|
|
|
label {
|
|
monitor =
|
|
text = Welcome back, $USER
|
|
position = 0, 150
|
|
font_size = 22
|
|
color = rgba(255,255,255,0.8)
|
|
}
|