Files
dotfiles/hypr/hyprlock.conf

55 lines
750 B
Plaintext
Raw Permalink Normal View History

2025-11-13 23:48:27 +03:00
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
}