Files
dots/configs/hyprland_l/Kickstarter/Len_IdeaPad_5/hyprlock.conf
2025-05-19 22:40:12 -07:00

77 lines
1.6 KiB
Plaintext

# BACKGROUND
background {
monitor =
path = $HOME/Pictures/Wallpapers/Abstract.png
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 = Maple Mono
placeholder_text = <i><span foreground="##cdd6f4">Input Password...</span></i>
hide_input = false
position = 0, -120
halign = center
valign = center
}
# TIME
label {
monitor = eDP-1
text = cmd[update:1000] echo "$(date +"%-I:%M%p")"
color = $foreground
#color = rgba(255, 255, 255, 0.6)
font_size = 120
font_family = Queensides
position = 0, -300
halign = center
valign = top
}
# USER
label {
monitor = eDP-1
text = Greetings $USER
color = $foreground
#color = rgba(255, 255, 255, 0.6)
font_size = 25
font_family = Queensides
position = 0, -40
halign = center
valign = center
}
# CURRENT SONG
label {
monitor = eDP-1
text = cmd[update:1000] echo "$(playerctl metadata title)"
color = $foreground
#color = rgba(255, 255, 255, 0.6)
font_size = 18
font_family = Queensides
position = 0, 35
halign = center
valign = bottom
}