source = ./theme/colors.conf
$font = JetBrains Mono Nerd Font 10
general {
hide_cursor = true
}
background {
monitor =
path = $HOME/.config/hypr/theme/walls/flowers.png
color = $lavender
blur_size = 4
blur_passes = 3
noise = 0.0117
contrast = 1.3000
brightness = 0.8000
vibrancy = 0.2100
vibrancy_darkness = 0.0
}
# Password Field
input-field {
monitor = DP-1
rounding = 20
shadow_passes = 2
size = 300, 50
outline_thickness = 2
dots_size = 0.2
dots_spacing = 0.64
dots_center = true
inner_color = $surface0
font_color = $subtext0
check_color = $yellow
fail_color = $red
fail_text = $FAIL ($ATTEMPTS)
fail_transition = 300
fade_on_empty = true
placeholder_text = Password...
hide_input = false
position = 0, 50
halign = center
valign = bottom
}
# Current Time
label {
monitor = DP-1
shadow_passes = 1
text = cmd[update:1000] echo " $(date +"%H:%M:%S") "
color = $text
font_size = 64
font_family = $font
position = 0, -35
halign = center
valign = center
}
# Current Song
label {
monitor = DP-1
text = cmd[update:1000] echo "$(~/.config/hypr/scripts/current_song)"
shadow_passes = 1
color = $subtext0
font_size = 17
font_family = $font
position = 0, -107
halign = center
valign = center
}
# User Image
image {
monitor = DP-1
path = $HOME/.face.icon
shadow_passes = 2
rounding = -1 # negative values mean circle
position = 0, 100
halign = center
valign = center
}