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