summaryrefslogtreecommitdiff
path: root/.config/hypr/hyprlock.conf
blob: 592ec1b914a8119275f5b2dc0cfea44511378f38 (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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
$font = JetBrainsMono Nerd Font Propo
$main_monitor = HDMI-A-1

general {
    hide_cursor = false
    grace = 0
    disable_loading = true
}

animations {
    enabled = true
    bezier = linear, 1, 1, 0, 0
    animation = fadeIn, 1, 5, linear
    animation = fadeOut, 1, 5, linear
    animation = inputFieldDots, 1, 2, linear
}

background {
    monitor =
    path = /home/silly/.cache/wallpaper/wallpaper.*
    blur_passes = 5
    blur_size = 5
}

input-field {
    monitor = $main_monitor
    size = 150, 60
    outline_thickness = 3

    inner_color = rgba(0, 0, 0, 0.0)
    outer_color = rgba(0, 0, 0, 0.0)

    check_color = $red
    fail_color = $red

    font_color = rgba($textAlpha99)
    fade_on_empty = false
    rounding = 30

    font_family = $font
    placeholder_text =
    fail_text =

    dots_text_format = *
    dots_size = 0.4
    dots_spacing = 0.3

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

label {
    monitor = $main_monitor
    text = cmd[update:1] date +"%l:%M"
    font_size = 120
    font_family = $font black
    position = 0, -200
    halign = center
    valign = top
    color = rgba($textAlpha55)
}

label {
    monitor = $main_monitor
    text = cmd[update:1] date +"%a"
    font_size = 16
    font_family = $font
    position = -150, -380
    halign = center
    valign = top
    color = $text
}

label {
    monitor = $main_monitor
    text = 
    font_size = 14
    font_family = $font
    position = -100, -382
    halign = center
    valign = top
    color = $red
}

label {
    monitor = $main_monitor
    text = cmd[update:1] date +"%e"
    font_size = 16
    font_family = $font
    position = -50, -380
    halign = center
    valign = top
    color = $text
}

label {
    monitor = $main_monitor
    text = 
    font_size = 14
    font_family = $font
    position = 0, -382
    halign = center
    valign = top
    color = $green
}

label {
    monitor = $main_monitor
    text = cmd[update:1] date +"%b"
    font_size = 16
    font_family = $font
    position = 50, -380
    halign = center
    valign = top
    color = $text
}

label {
    monitor = $main_monitor
    text = 
    font_size = 14
    font_family = $font
    position = 100, -382
    halign = center
    valign = top
    color = $blue
}

label {
    monitor = $main_monitor
    text = cmd[update:1] date +"%Y"
    font_size = 16
    font_family = $font
    position = 150, -380
    halign = center
    valign = top
    color = $text
}