Maximilian Seidler
Maximilian Seidler
https://github.com/hyprwm/hyprlock/pull/736 has been merged : ) Created a follow up issue for visual feedback: https://github.com/hyprwm/hyprlock/issues/760
@ashish-kus 1. Make sure you are running hyprlock-git 2. Set `on-click` to a command for any label, image or shape you want. For example: ```ini label { text = HI!...
True but same with swaylock. So it is probably a idle notify bug in hyprland.
> generally I want to migrate this and the async resource gatherer to a separate library in the future Let me know if we can help with that :)
Seems like intended behavior to me. With `position = 200, 0` you offset the x coordinate of your label by 200. When `halign = left` you offset it from x=0...
Yeah you are right, that you cannot place the label consistently when resolutions change. Despite adding an anchor point setting, I guess we could also add support for specifying `pos`...
Could be hyprland related as well. Did you make sure to check on hyprland-git? Edit: ups, this is one month old. I think it indeed was hyprland related and should...
I also use a `font_color` for the placeholder_text, but it displays it correctly all the time. > also is there a way to change font and size of this placeholder...
It is trying to create an eglSurface for a headless output, which was added by hyprland because no monitor is present. Works on my end, even when setting `hyprctl keyword...
I think this was a dupe of https://github.com/hyprwm/hyprlock/issues/434 Closing...