all repos

dotfiles @ 464214abd357e40ae1b052cdaa797cafa1a878bd

my dotfiles

config/hypr/hyprlock.conf (view raw)

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
general {
    immediate_render = true
    hide_cursor = false
}

background {
    monitor =
    blur_passes = 3
    blur_size = 12
    noise = 0.1
    contrast = 1.3
    brightness = 0.2
    vibrancy = 0.5
    vibrancy_darkness = 0.3
}

label {
    monitor =
    text = cmd[update:1000] echo "<span font-weight='light' >$(date +'%H %M %S')</span>"
    font_size = 300
    font_family = "Adwaita Sans Thin"

    color = rgba(7aa2f7aa)
    position = 0%, 2%

    halign = center
    valign = center

    shadow_color = rgba(5, 7, 5, 0.1)
    shadow_size = 20
    shadow_passes = 2
    shadow_boost = 0.3
}


input-field {
    monitor =
    size = 300, 50
    valign = "bottom"
    position = 0%, 10%

    outline_thickness = 1

    font_color = rgb(211, 213, 202)
    outer_color = rgba(29, 38, 33, 0.6)
    inner_color = rgba(15, 18, 15, 0.1)
    check_color = rgba(141, 186, 100, 0.5)
    fail_color = rgba(229, 90, 79, 0.5)

    placeholder_text = "Enter Password";

    dots_spacing = 0.2
    dots_center = true
    # dots_fade_time = 100

    shadow_color = rgba(5, 7, 5, 0.1)
    shadow_size = 7
    shadow_passes = 2
}