summaryrefslogtreecommitdiff
path: root/hypr/hyprlock.conf
blob: 7d51a655725ec7146652b6b4a21be5312b8d23ae (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
background {
    monitor=
    path= $HOME/dots/walls/lock.jpeg
}

label {
    monitor =
    text = <span foreground='##000000'>Hi there, $USER</span>
    color = rgba(0.0, 0.0, 0.0, 1.0)
    font_size = 25
    font_family = monospace

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

label {
    monitor =
    text = cmd[update:1000] echo "<span foreground='##000000'>$(date)</span>"
    color = rgba(0.0, 0.0, 0.0, 1.0)
    font_size = 25
    font_family = Iosevka NFM
    position = 0,120
    halign = center
    valign = center
}

input-field {
    monitor=
    size=20%,5%
    outine-thickness=1
    dots_size=0.1
    dots_spacing=0.5
    fade_on_empty=true
    hide_input=false
    fade_timeout=1000
}


label {
    monitor = 
    text = cmd[update:1000] echo "<span foreground='##000000'>$(upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep percentage;)</span>"
    color = rgba(0.0, 0.0, 0.0, 1.0)
    font_size = 25
    font_family = Iosevka NFM
    position = 0,-120
    halign = center
    valign = center
}