Arch 2025 rice. Also contains a newly inspired neovim config.
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

2 weeks ago
  1. # sample hyprlock.conf
  2. # for more configuration options, refer https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock
  3. input-field {
  4. monitor =
  5. size = 30%, 60%
  6. outline_thickness = 3
  7. inner_color = rgba(0, 0, 0, 0.0) # no fill
  8. font_color = rgb(143, 143, 143)
  9. fade_on_empty = false
  10. rounding = 15
  11. halign = center
  12. valign = center
  13. font_family = JetBrainsMono Nerd Font Mono
  14. }
  15. background {
  16. path = /home/junikim/wallpaper/trees.png
  17. color = rgb(23, 39, 41)
  18. }