Maximilian Seidler

Results 319 comments of Maximilian Seidler

What commit are you on then? Please `nix flake lock --update-input hyprland` and > don't forgett portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland; In `programs.hyprland` that is.

Within the new `tests` folder there are currently no standalone tests. Just configurations and a `waitForLock` program. This program is used within the `testScript` in `nix/tests/default.nix` to wait until the...

i didn't even think about quotas tbh. currently the tests take 3 min. will that be fine?

I have been thinking about this as well. I would even be in favor of removing grace from the config entirely, because a lot of people copy configurations with `general:grace`...

Hmm that is odd, because the screenshot seems to be correctly blurred and such. It is supposed to use this very same screenshot for fade out and just sweep from...

Something explicit does not exist yet. However, you can just return an empty string in case there is no music playing and that should work just fine. For example something...

> Yes, at the moment I'm returning a skeleton from the script. But it doesn't look very nice on the lock screen. I would like to see a function to...

Please **don't do this**. This will break at some point when hyprland stops to rendering the full workspace below session-lock @nothingHereReally The `reload_cmd` is intended to be used for this....

To me that is not an "animated background". That is being able to "change the background". We don't support gifs or any real animated backgrounds. We can leave this issue...

@nothingHereReally > also this reload_cmd on background seems to not exist upon using it and running hyprlock -c hyrprlock.conf Background reload is supported since https://github.com/hyprwm/hyprlock/pull/583, so it is available in...