Replies: 3 comments 7 replies
-
|
As I understand, the battery usage is similar to when it is left unlocked for 30 min too, right? I don't think hyprlock can do something to reduce that |
Beta Was this translation helpful? Give feedback.
-
|
So hyprlock has an event driven loop. So it should be idle at some point. Here we rendered frame 25 and then nothing happens. Only timers fire. Notice the Hyprlock does have an inherent power usage of course that is mainly dictated by your graphics stack in case hyprlock properly idles. There is not much we can do to optimize that and it also shouldn't be that bad. Regarding the memory usage: Your background image will be loaded in memory. We also need some more for other stuff. 1.2GB is ok if your background has a size close to that. |
Beta Was this translation helpful? Give feedback.
-
|
Hi thanks for your answer. The only difference I know about between |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, when I lock my laptop with no application running (except Hyprland, hypridle, hyprlock and some services necessary for the computer to work), the battery goes down by 8% in 30 minutes. I have changed my config to use the CPU instead of the GPU (
screencopy_mode = 1), but it is still draining quite fast.Is there anything I can do to limit/prevent that?
Here is my config if it helps:
Beta Was this translation helpful? Give feedback.
All reactions