-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhypr-hyprlock.conf
138 lines (125 loc) · 2.88 KB
/
hypr-hyprlock.conf
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
source = ~/.config/hypr/colors.conf
# BACKGROUND
background {
monitor =
path = ~/.config/hypr/lockbg.jpg
blur_passes = 2
contrast = 1
brightness = 0.5
vibrancy = 0.2
vibrancy_darkness = 0.2
}
# GENERAL
general {
no_fade_in = true
no_fade_out = true
hide_cursor = false
grace = 0
disable_loading_bar = true
}
# INPUT FIELD
input-field {
monitor =
size = 250, 60
outline_thickness = 2
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 0.35 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true
outer_color = rgba(0, 0, 0, 0)
inner_color = rgba(0, 0, 0, 0.2)
font_color = $foreground
fade_on_empty = false
rounding = -1
check_color = rgb(204, 136, 34)
placeholder_text = <i><span foreground="##cdd6f4">Input Password...</span></i>
hide_input = false
position = 0, -200
halign = center
valign = center
}
# DATE
label {
monitor =
text = cmd[update:1000] echo "$(date +"%A, %B %d")"
color = rgba(242, 243, 244, 0.75)
font_size = 22
font_family = JetBrains Mono
position = 0, 300
halign = center
valign = center
}
# TIME
label {
monitor =
text = cmd[update:1000] echo "$(date +"%-I:%M")"
color = rgba(242, 243, 244, 0.75)
font_size = 95
font_family = JetBrains Mono Extrabold
position = 0, 200
halign = center
valign = center
}
# Profile Picture
# image {
# monitor =
# path = /home/justin/Pictures/profile_pictures/justin_square.png
# size = 100
# border_size = 2
# border_color = $foreground
# position = 0, -100
# halign = center
# valign = center
# }
# Desktop Environment
# image {
# monitor =
# path = /home/justin/Pictures/profile_pictures/hypr.png
# size = 75
# border_size = 2
# border_color = $foreground
# position = -50, 50
# halign = right
# valign = bottom
# }
# CURRENT SONG
# label {
# monitor =
# text = cmd[update:1000] echo "$(/home/justin/Documents/Scripts/whatsong.sh)"
# color = $foreground
# #color = rgba(255, 255, 255, 0.6)
# font_size = 18
# font_family = Metropolis Light, Font Awesome 6 Free Solid
# position = 0, 50
# halign = center
# valign = bottom
# }
label {
monitor =
text = cmd[update:1000] whoami
color = $foreground
font_size = 14
font_family = JetBrains Mono
position = 0, -10
halign = center
valign = top
}
label {
monitor =
text = cmd[update:1000] ~/.config/waybar/battery.sh once
color = $foreground
font_size = 24
font_family = JetBrains Mono
position = -10, -10
halign = right
valign = top
}
# label {
# monitor =
# text = cmd[update:1000] echo "$(/home/justin/Documents/Scripts/network-status.sh)"
# color = $foreground
# font_size = 24
# font_family = JetBrains Mono
# position = -20, -10
# halign = right
# valign = top
# }