Advertisement
icon_bishop

hyprlock.conf

Dec 9th, 2024
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. source = $HOME/.cache/wal/colors-kitty.conf
  2.  
  3. $accent = "#5b9697"
  4. $accentAlpha = "#94e2d5"
  5. $font = JetBrainsMono Nerd Font
  6.  
  7. # GENERAL
  8. general {
  9. disable_loading_bar = true
  10. hide_cursor = true
  11. }
  12.  
  13. # BACKGROUND
  14. background {
  15. monitor =
  16. path = ~/Pictures/backgrounds/astronaut.png
  17. blur_passes = 2
  18. color = "#010103"
  19. }
  20.  
  21. # TIME
  22. label {
  23. monitor =
  24. text = cmd[update:30000] echo "$(date +"%R")"
  25. color = "#09649C"
  26. font_size = 33
  27. font_family = $font
  28. position = -30, 0
  29. halign = right
  30. valign = top
  31. }
  32.  
  33. # DATE
  34. label {
  35. monitor =
  36. text = cmd[update:43200000] echo "$(date +"%A, %d %B %Y")"
  37. color = "#9D2058"
  38. font_size = 25
  39. font_family = $font
  40. position = -30, -75
  41. halign = right
  42. valign = top
  43. }
  44.  
  45. # USER AVATAR
  46.  
  47. image {
  48. monitor =
  49. path = ~/.face
  50. size = 100
  51. border_color = $accent
  52.  
  53. position = 0, 75
  54. halign = center
  55. valign = center
  56. }
  57.  
  58. # INPUT FIELD
  59. input-field {
  60. monitor =
  61. size = 150, 60
  62. outline_thickness = 4
  63. dots_size = 0.2
  64. dots_spacing = 0.2
  65. dots_center = true
  66. outer_color = $accent
  67. inner_color = $surface0
  68. font_color = "#2E54A6"
  69. fade_on_empty = false
  70. #placeholder_text = <span foreground="##$textAlpha"><i>󰌾 Logged in as </i><span foreground="##$accentAlpha">$USER</span></span>
  71. hide_input = false
  72. check_color = $accent
  73. fail_color = $red
  74. fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
  75. capslock_color = $yellow
  76. position = 0, -35
  77. halign = center
  78. valign = center
  79. }
Tags: hyprland
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement