hyprland update 0.46.2

This commit is contained in:
Siren 2024-12-26 22:24:02 +01:00
parent 71292fd4be
commit ae69293b07
2 changed files with 5 additions and 6 deletions

View file

@ -24,7 +24,7 @@ shape {
input-field { input-field {
monitor = monitor =
size = 140, 140 size = 140, 140
outline_thickness = 1 outline_thickness = 5
placeholder_text = placeholder_text =
fail_text = fail_text =

View file

@ -7,7 +7,7 @@ background {
} }
input-field { input-field {
monitor = monitor =
size = 275, 40% size = 275,50
outline_thickness = 2 outline_thickness = 2
#placeholder_text = insert password #placeholder_text = insert password
@ -63,13 +63,12 @@ label {
shape { shape {
monitor = monitor =
size = 360, 60 size = 360, 60
color = rgba(0, 0, 0, 0.0) # no fill color = rgba(0, 125, 111, 1) # no fill
rounding = -1 # circle rounding = -1 # circle
border_size = 4 border_size = 0
#border_color = rgba(46, 40, 76, 1)
border_color = rgba(0, 125, 111, 1) border_color = rgba(0, 125, 111, 1)
position = 0, 80 position = 0, 78
halign = center halign = center
valign = center valign = center
} }