...
This commit is contained in:
@@ -1,12 +1,53 @@
|
||||
# sample hyprlock.conf
|
||||
# for more configuration options, refer https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock
|
||||
background {
|
||||
monitor =
|
||||
path = ~/wallpapers/solace1.jpg
|
||||
color = rgba(25, 20, 20, 1.0)
|
||||
blur_passes = 2
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor = DP-3
|
||||
fade_on_empty = false
|
||||
monitor =
|
||||
size = 10%, 5%
|
||||
outline_thickness = 4
|
||||
inner_color = rgba(255, 255, 255, 1) # white fill
|
||||
shadow_passes = 6 # shadow
|
||||
|
||||
outer_color=000000
|
||||
check_color=000000
|
||||
fail_color=#ff
|
||||
|
||||
font_color = rgb(30, 30, 30)
|
||||
fade_on_empty = true
|
||||
rounding = 16
|
||||
|
||||
position = 0, -20
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
background {
|
||||
color = #313244;
|
||||
label {
|
||||
monitor =
|
||||
text = Hi there, $USER
|
||||
color = rgba(240, 240, 240, 0.8)
|
||||
font_size = 25
|
||||
font_family = Fira Sans
|
||||
shadow_passes = 4
|
||||
shadow_size = 3
|
||||
|
||||
position = 0, 80
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = $TIME12
|
||||
color = rgba(255,255,255,1)
|
||||
font_size = 35
|
||||
font_family = Fira Sans Bold
|
||||
shadow_passes = 6
|
||||
|
||||
position = 0, 120
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
Reference in New Issue
Block a user