fix: grayscale shader;

refactor: hyprlock;
refactor: played around with blur a little bit
This commit is contained in:
2025-10-01 02:15:36 +03:00
parent 18b8d720f2
commit 61d38cec16
3 changed files with 22 additions and 14 deletions

View File

@@ -42,13 +42,13 @@ background {
image {
# TODO: store there images somewhere in the config dir
path = /home/greg/Pictures/Things/lavey5.jpg
path = /home/greg/Pictures/Things/niko.jpg
position = 0, 40
halign = center
valign = center
size = 100, 100
rounding = -1
border_color = rgba(E96375ff) rgba(EB75DDff) 45deg
border_color = rgba(9E223800)
shadow_passes = 1
shadow_size = 3
shadow_color = rgb(aaaaaa)
@@ -58,10 +58,10 @@ input-field {
monitor =
size = 15%, 5%
outline_thickness = 3
inner_color = rgba(0, 0, 0, 0.2) # no fill
inner_color = rgba(0, 0, 0, 0.5) # no fill
outer_color = rgba(E96375ff) rgba(EB75DDff) 45deg
check_color = rgba(EB75DDff) rgba(E96375ff) 120deg
outer_color = rgba(9E223800)
check_color = rgba(ffff00ff) rgba(E96375ff) 120deg
fail_color = rgba(ff6633ee) rgba(ff0066ee) 40deg
font_color = rgb(255,255,255)