aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr/hyprlock.conf
blob: 10887bb7a7f4191fb6ce199b77dc1dbe5d17d7cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
general {
  hide_cursor = true
}

# Background
background {
  monitor =
  path = ~/.config/swww/current.set

  blur_passes = 4
  blur_size = 7
  noise = 0.0200
  contrast = 0.8916
  brightness = 0.8172
  vibrancy = 0.1696
  vibrancy_darkness = 0.0
}

# Time
label {
  monitor =
  text = $TIME
  color = rgba(235, 219, 178, 1)
  font_size = 64
  font_family = Iosevka Nerd Font Mono
  shadow_passes = 2

  position = 0, 180
  halign = center
  valign = center
}

# Date
label {
  monitor =
  text = cmd[update:1000] date +"%A, %B %d"
  color = rgba(235, 219, 178, 1)
  font_size = 18
  font_family = Iosevka Nerd Font Mono
  shadow_passes = 1

  position = 0, 120
  halign = center
  valign = center
}

# Profile image
image {
  monitor =
  path = ~/.face.icon
  size = 130
  border_size = 2
  border_color = rgba(235, 219, 178, 1)
  rounding = -1
  shadow_passes = 1

  position = 0, 0
  halign = center
  valign = center
}

# Password input field
input-field {
  monitor =
  size = 250, 40

  outline_thickness = 2
  outer_color = rgba(235, 219, 178, 1)
  fade_on_empty = false

  inner_color = rgba(29, 32, 33, 1)
  check_color = rgba(184, 187, 38, 1)
  fail_color = rgba(251, 73, 52, 1)

  placeholder_text = <b>Password</b>
  font_family = Iosevka Nerd Font Mono
  font_color = rgba(235, 219, 178, 1)

  shadow_passes = 1

  position = 0, -140
  halign = center
  valign = center
}