55 lines
750 B
Plaintext
55 lines
750 B
Plaintext
general {
|
|
hide_cursor = false
|
|
}
|
|
|
|
background {
|
|
blur_passes = 3
|
|
blur_size = 5
|
|
path = screenshot
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
input-field {
|
|
x = 0
|
|
y = -20
|
|
width = 200
|
|
height = 50
|
|
monitor =
|
|
dots_size = 0.2
|
|
dots_spacing = 0.3
|
|
dots_center = true
|
|
outer_color = rgba(255,255,255,0.2)
|
|
inner_color = rgba(0,0,0,0.6)
|
|
font_color = rgba(255,255,255,1.0)
|
|
fade_on_empty = false
|
|
placeholder_text =
|
|
placeholder_font_size = 16
|
|
}
|
|
|
|
label {
|
|
monitor =
|
|
text = $TIME
|
|
font_size = 40
|
|
font_family = $font
|
|
|
|
position = 0, 100
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
|
|
label {
|
|
monitor =
|
|
text = $LAYOUT
|
|
font_size = 24
|
|
font_family = $font
|
|
onclick = hyprctl switchxkblayout all next
|
|
|
|
position = -10, 20
|
|
halign = right
|
|
valign = bottom
|
|
}
|