hypr: hyprlock: update theme

This commit is contained in:
timoxa0 2025-01-09 16:33:35 +05:00
parent 6d061ac2a6
commit 9f6a588784

View file

@ -1,14 +1,14 @@
source = appearance.conf source = colors.conf
# BACKGROUND # BACKGROUND
background { background {
monitor = monitor =
path = screenshot path = /mnt/data/Wallpapers/unsorted/cat-lsc-0.jpg
blur_passes = 3 blur_passes = 5
contrast = 0.8916 contrast = 0.5
brightness = 0.8172 brightness = 0.5
vibrancy = 0.1696 vibrancy = 0.2
vibrancy_darkness = 0.0 vibrancy_darkness = 0.2
} }
# GENERAL # GENERAL
@ -18,23 +18,32 @@ general {
disable_loading_bar = true disable_loading_bar = true
} }
# animations {
# enabled = true
# bezier = linear, 1, 1, 0, 0
# animation = fade, 1, 1.8, linear, slide
# }
# INPUT FIELD # INPUT FIELD
input-field { input-field {
monitor = DP-1 monitor = DP-1
size = 200, 40 size = 150, 40
outline_thickness = 2 outline_thickness = 3
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8 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_spacing = 0.4 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true dots_center = true
outer_color = rgba(0, 0, 0, 0) outer_color = rgba(00000000)
inner_color = rgba(0, 0, 0, 0.5) inner_color = rgba(00000033)
font_color = rgb(205, 214, 244) check_color = rgba($yellowAlpha8f)
fail_color = rgba($redAlpha8f)
fail_timeout = 1000
font_color = rgba($textAlphaee)
fade_on_empty = false fade_on_empty = false
placeholder_text = placeholder_text =
hide_input = false hide_input = false
position = 0, -650 #-120 position = 0, 40
halign = center halign = center
valign = center valign = bottom
} }
# TIME # TIME
@ -42,9 +51,9 @@ label {
monitor = DP-1 monitor = DP-1
text = cmd[update:1000] echo "$(date +"%H:%M")" text = cmd[update:1000] echo "$(date +"%H:%M")"
color = $fg color = $fg
font_size = 240 font_size = 120
font_family = eurofurence font_family = Cantarell Thin
position = 0, -300 position = 0, 50
halign = center halign = center
valign = top valign = center
} }