-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhyprlock.conf
More file actions
104 lines (95 loc) · 1.77 KB
/
Copy pathhyprlock.conf
File metadata and controls
104 lines (95 loc) · 1.77 KB
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
source = ~/.config/hypr/hypr/themes/macchiato.conf
font_family=JetBrains Regular
background {
blur_passes=3
blur_size=8
path=/home/quantum/.config/hypr/wallpapers/anime-girl.jpg
}
general {
disable_loading_bar=true
grace=300
hide_cursor=true
no_fade_in=false
}
image {
monitor=
size=60
border_color=$mantle
halign=center
rounding=0
path=/home/quantum/.config/hypr/icons/avatar-small.png
position=-140, 0
valign=center
}
input-field {
monitor=
size=300, 60
capslock_color=$yellow
check_color=$green
dots_center=true
dots_size=0.200000
dots_spacing=0.200000
fade_on_empty=false
fail_color=$red
fail_text=<i>$FAIL <b>($ATTEMPTS)</b></i>
font_color=$text
halign=center
hide_input=false
inner_color=$base
outer_color=$mantle
rounding=0
outline_thickness=4
placeholder_text=<span foreground="##CDD6F4"><i> Logged in as </i><span foreground="##CBA6F7">$USER</span></span>
position=60, 0
valign=center
}
label {
monitor=
color=$text
font_family=$font_family
font_size=25
halign=left
position=30, -30
text=Layout: $LAYOUT
valign=top
}
label {
monitor=
color=$text
font_family=$font_family
font_size=90
halign=right
position=-30, 0
text=$TIME
valign=top
}
label {
monitor=
color=$text
font_family=$font_family
font_size=25
halign=right
position=-30, -150
text=cmd[update:43200000] date +"%A, %d %B %Y"
valign=top
}
label {
monitor=
color=$text
font_family=$font_family
font_size=14
halign=center
position=0, -107
text=$FPRINTPROMPT
valign=center
}
label {
monitor =
text = cmd[update:1800000] curl -s 'wttr.in/?format=%c+%t' 2>/dev/null
color = $text
font_size = 18
font_family = $font_family
position = -30, -260
halign = right
valign = top
}