Maximilian Seidler
Maximilian Seidler
Can be closed i think?
for now you can try to increase `fail_transition` to mitigate `inner_color` showing for a bit
idk but this is not a problem with hyprlock. The error `[ERR] auth: pam_authenticate failed for hyprlock` is just what hyprlock logs whenever you fail to authenticate.
Just for sanity, can you check if hyprlock-git changes anything? Can you check if it works with swaylock?
Ah right i forgot about this issue. howdy is broken. See https://github.com/boltgolt/howdy/issues/969 and https://github.com/hyprwm/hyprlock/issues/535
One thing that I want to mention is that the size and spacing between dots depends on the font and character. Here are some samples: For all of them `dots_spacing=0.2`...
I just noticed, that I cannot set `dots_spacing` to be negative, which could be useful for emojis for example. But it should work with a `Hyprlang::FLOAT` right?
yeah thanks! I missed that it was clamped. It is now allowed from -1 to 1.
[Here](https://github.com/hyprwm/hyprland-wiki/pull/805), just wanted to wait if someone has an opinion on the options name.
nah now way we can download images now. `cairo_image_surface_create_from_png` uses `fopen` and we use `open` for jpegs and webp. @pad92 OP in issue #431 had a script that worked well...