25 lines
472 B
Plaintext
25 lines
472 B
Plaintext
# sample hyprlock.conf
|
|
# for more configuration options, refer https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock
|
|
label {
|
|
monitor =
|
|
color = rgb(240,240,240)
|
|
text = $TIME
|
|
text_align = center
|
|
font_size = 50
|
|
position = 0, 0
|
|
halign = center
|
|
valign = top
|
|
}
|
|
|
|
input-field {
|
|
monitor =
|
|
fade_on_empty = false
|
|
rounding = 5
|
|
inner_color = rgba(18,18,18,0.8)
|
|
font_color = rgb(240,240,240)
|
|
}
|
|
|
|
background {
|
|
path = ~/Nextcloud/Pictures/wallpapers/osp-fish.png
|
|
}
|