hyprlock.conf 793 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. general {
  2. no_fade_in = false
  3. grace = 0
  4. disable_loading = true
  5. }
  6. background {
  7. monitor =
  8. path = screenshot
  9. color = rgba(25, 20, 20, 1.0)
  10. blur_passes = 2
  11. blur_size = 7
  12. }
  13. input-field {
  14. monitor =
  15. size = 200, 50
  16. outline_thickness = 3
  17. dots_size = 0.33
  18. dots_spacing = 0.15
  19. dots_center = true
  20. outer_color = rgb(21, 21, 21)
  21. inner_color = rgb(200, 200, 200)
  22. font_color = rgb(10, 10, 10)
  23. fade_on_empty = true
  24. placeholder_text = <i>Input Password...</i>
  25. hide_input = false
  26. position = 0, -20
  27. halign = center
  28. valign = center
  29. }
  30. label {
  31. monitor =
  32. text = $TIME
  33. color = rgba(200, 200, 200, 1.0)
  34. font_size = 64
  35. font_family = Noto Sans
  36. position = 0, 80
  37. halign = center
  38. valign = center
  39. }