dotfiles/components/hyprland/hyprlock.conf
2024-09-13 22:06:26 +05:00

64 lines
1.2 KiB
Plaintext

source = appearance.conf
# BACKGROUND
background {
monitor =
path = ~/.config/hypr/wallpaper.png
blur_passes = 3
contrast = 0.8916
brightness = 0.4172
vibrancy = 0.1696
vibrancy_darkness = 0.0
}
# GENERAL
general {
no_fade_in = false
grace = 0
disable_loading_bar = true
}
# INPUT FIELD
# input-field {
# monitor = DSI-1
# size = 200, 40
# 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 = $fg
# fade_on_empty = false
# placeholder_text =
# hide_input = false
# position = 0, -650 #-120
# halign = center
# valign = center
# }
# TIME
label {
monitor = DSI-1
text = cmd[update:1000] echo "$(date +"%H:%M")"
color = $fg
font_size = 100
font_family = BigBlueTermPlus Nerd Font
position = 0, -300
halign = center
valign = top
}
# USER
label {
monitor = DSI-1
text = Enter your password
color = $fg
font_size = 16
font_family = BigBlueTermPlus Nerd Font
position = 0, -780 # -40
halign = center
valign = center
}