first commit
This commit is contained in:
54
hypr/hyprlock.conf
Normal file
54
hypr/hyprlock.conf
Normal file
@@ -0,0 +1,54 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user