You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
493 B
24 lines
493 B
# sample hyprlock.conf
|
|
# for more configuration options, refer https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock
|
|
|
|
input-field {
|
|
monitor =
|
|
size = 30%, 60%
|
|
outline_thickness = 3
|
|
inner_color = rgba(0, 0, 0, 0.0) # no fill
|
|
|
|
font_color = rgb(143, 143, 143)
|
|
fade_on_empty = false
|
|
rounding = 15
|
|
|
|
halign = center
|
|
valign = center
|
|
font_family = JetBrainsMono Nerd Font Mono
|
|
}
|
|
|
|
background {
|
|
path = /home/junikim/wallpaper/trees.png
|
|
color = rgb(23, 39, 41)
|
|
}
|
|
|
|
|