Maximilian Seidler
Maximilian Seidler
Looks fine. Make sure you do ```hyprlock.inputs.nixpkgs.follows = "nixpkgs"``` Then do `nix flake lock --update-input hyprlock` and you should run the latest version.
I installed hyprlock on a pc with a 1080ti today using the 550.67 drivers. When starting hyprlock `cmd[update:500] date` updated just fine, but after entering a wrong password it started...
I investigated a bit more and found that `wl_display_read_events` takes a long time and that causes the stutters. Weirdly enough it takes exactly 1 second for it to execute.
Gradients are now available : )
I do think that this is a good idea and i am down to implement it. There is a discussion to be had on how to design the options and...
i meant that when we are centered, it is unclear that 10% would actually be 60%-half width of widget. but that is already how it works so it would not...
i was talking about position. But yeah i think for the font size (label only) we need to introduce a pt format to handle that like you described.
Calculating absolute size based on the monitor scale is not enough. It needs to be based on the monitor resolution. I am thinking about the not suffix -> current behaviour....
Running two pam conversations in parallel sound weird xD. You could check out https://github.com/hyprwm/hyprlock/pull/205. There is a guy who uses `pam-fprint-grosshack` to make it work.
Idk if there is a correct way of doing parallel authentication xD But you might be right that having two conversations is the better solution. You could get two pam...