120 lines
3 KiB
Text
120 lines
3 KiB
Text
$font = CaskaydiaCove Nerd Font Mono
|
|
# $font = JetBrainsMono Nerd Font
|
|
|
|
general {
|
|
grace = 0
|
|
hide_cursor = true
|
|
}
|
|
|
|
background {
|
|
monitor =
|
|
path = screenshot # screenshot of your desktop
|
|
|
|
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
|
|
blur_size = 8
|
|
blur_passes = 2 # 0 disables blurring
|
|
noise = 0.0117
|
|
contrast = 1.8000 # Vibrant!!!
|
|
brightness = 0.7500
|
|
vibrancy = 0.2100
|
|
vibrancy_darkness = 0.0
|
|
}
|
|
|
|
input-field {
|
|
monitor =
|
|
size = 250, 50
|
|
outline_thickness = 3
|
|
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
|
|
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
|
|
dots_center = true
|
|
fade_on_empty = true
|
|
placeholder_text = <i>Password...</i> # Text rendered in the input box when it's empty.
|
|
hide_input = false
|
|
|
|
position = 0, 0
|
|
halign = center
|
|
valign = center
|
|
inner_color = rgba(0, 0, 0, 0.0) # no fill
|
|
outer_color = rgba(555555ff)
|
|
font_color = rgba(392e89cf)
|
|
}
|
|
|
|
# input-field {
|
|
# monitor =
|
|
# size = 20%, 5%
|
|
# outline_thickness = 3
|
|
# inner_color = rgba(0, 0, 0, 0.0) # no fill
|
|
#
|
|
# outer_color = rgba(33ccffee) rgba(00ff99ee) 45deg
|
|
# check_color = rgba(00ff99ee) rgba(ff6633ee) 120deg
|
|
# fail_color = rgba(ff6633ee) rgba(ff0066ee) 40deg
|
|
#
|
|
# font_color = rgb(143, 143, 143)
|
|
# fade_on_empty = false
|
|
# rounding = 15
|
|
#
|
|
# font_family = $font
|
|
# placeholder_text = Input password...
|
|
# fail_text = $PAMFAIL
|
|
#
|
|
# # uncomment to use a letter instead of a dot to indicate the typed password
|
|
# # dots_text_format = *
|
|
# # dots_size = 0.4
|
|
# dots_spacing = 0.3
|
|
#
|
|
# # uncomment to use an input indicator that does not show the password length (similar to swaylock's input indicator)
|
|
# # hide_input = true
|
|
#
|
|
# position = 0, -20
|
|
# halign = center
|
|
# valign = center
|
|
# }
|
|
|
|
# ╭──────╮
|
|
# │ Time │
|
|
# ╰──────╯
|
|
label {
|
|
monitor =
|
|
#text = cmd[update:1000] echo "<b><big> $(date +"%I:%M:%S %p") </big></b>" # AM/PM
|
|
text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>" # 24H
|
|
color = rgba(392e89ff)
|
|
font_size = 94
|
|
font_family = $font
|
|
|
|
position = 0, 300
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
# DATE
|
|
label {
|
|
monitor =
|
|
text = cmd[update:60000] date +"%A, %d %B %Y" # update every 60 seconds
|
|
font_size = 25
|
|
font_family = $font
|
|
color = rgba(4b3f89ff)
|
|
|
|
# position = -30, -150
|
|
position = 0, -300
|
|
halign = center
|
|
valign = top
|
|
}
|
|
|
|
# uncomment to enable fingerprint authentication
|
|
# auth {
|
|
# fingerprint {
|
|
# enabled = true
|
|
# ready_message = Scan fingerprint to unlock
|
|
# present_message = Scanning...
|
|
# retry_delay = 250 # in milliseconds
|
|
# }
|
|
# }
|
|
|
|
# faster animations
|
|
animations {
|
|
enabled = true
|
|
bezier = linear, 1, 0.1, 0, 0
|
|
animation = fadeIn, 1, 0.27, linear
|
|
animation = fadeOut, 1, 0.27, linear
|
|
animation = inputFieldDots, 1, 0.2, linear
|
|
}
|