-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhyprlock.conf
61 lines (57 loc) · 1.51 KB
/
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
# BACKGROUND
background {
monitor =
path = $HOME/Pictures/wallpaper #path to background image
blur_passes = 3
contrast = 0.8916
brightness = 0.8172
vibrancy = 0.1696
vibrancy_darkness = 0.0
}
# GENERAL
general {
no_fade_in = 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.2 # 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.5)
font_color = rgb(200, 200, 200)
fade_on_empty = false
font_family = JetBrains Mono Nerd Font Mono
placeholder_text = <span foreground="##cdd6f4">Input Password</span> #text for input password
hide_input = false
position = 0, -120
halign = center
valign = center
}
# TIME
label {
monitor =
text = cmd[update:1000] echo "$(date +"%H:%M")" # get formatted date
color = rgba(255, 255, 255, 0.9)
font_size = 120
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = 0, -300
halign = center
valign = top
}
# USER
label {
monitor =
text = cmd[update:100] echo "$USER, $($HOME/.scripts/c_scripts/get_current_keyboard_layout)" # get current user name and current keyboard layout
color = rgba(255, 255, 255, 0.9)
font_size = 25
font_family = JetBrains Mono Nerd Font Mono
position = 0, -40
halign = center
valign = center
}