Battery saver mode #54
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With all the animation, blur, cava, system monitor checks and animations, etc. this could use more resources for systems and especially for Laptops. It could be a good idea to look into a single button to have most if not all draining settings disabled or highly limited.
Have these settings available as well (for the ones that are not available already).
Primitive toggling of this is added in 073e1dd8b1, but this only changes Hyprland options. I was working on this to be larger than just that, removing animations in the shell and possibly reducing anti-aliasing by disabling rounding on rectangles and such, but I quickly realized that'd be more involved than I could figure out on a whim.
The current state of the configuration file demands writes to the file itself whenever I make changes, such as disabling transparency, which means the original values from the user's config file is lost. I'd need to cache settings before applying anything, which is why it'll take me longer to implement.
Will check it out, and test it out throughout the week.
Ah, I see what you did now. Currently, this will only affect hyprland animations for me specifically when game mode is enabled.
Yea the deeper idea would indeed be to integrate this to bar animations, forcing dark mode (guess only effective for oled) lowering brightness?, etc. Indeed a complicated matter.