aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr/hyprlock.conf
blob: ab00ef1df2310922c94d99dfa60a9c2c923b5c93 (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
# -- pywal colors --
source = $HOME/.cache/wal/colors-hyprland.conf

general {
    hide_cursor = true
    no_fade_in = false
    grace = 0
    disable_loading_bar = true
}


background {
  monitor =
  blur_passes = 0
  color = $background
}

# -- time --
label {
    monitor =
    text = cmd[update:1000] echo "$(date +"%H:%M")"
    color = $color7
    font_size = 80
    font_family = JetBrainsMono Nerd Font
    position = 0, 100
    halign = center
    valign = center
}


# -- greeting --
label {
    monitor =
    text = Hello $USER :3
    color = $foreground
    font_size = 20
    font_family = JetBrainsMono Nerd Font
    position = 0, 0
    halign = center
    valign = center
}

# -- password input --
input-field {
    monitor =
    size = 230, 40
    outline_thickness = 0
    dots_size = 0.2
    dots_spacing = 0.4
    dots_center = true
    inner_color = $color1
    font_color = $color7
    fade_on_empty = false
    placeholder_text = <span foreground='white'><i>Unlock the mystery</i></span>
    fail_color = $color7
    hide_input = false
    position = 0, -50
    halign = center
    valign = center
}