feat: Display battery level and power status on lock screen #705
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
This PR introduces a new feature to Hyprlock that displays battery information (percentage and status) in the bottom right section of the lock screen.
Power.sh is a script that fetches the current battery level and status.
hyprlock.conf has been modified to include and display this data visually on the lock screen.
This change enhances usability for laptop users, allowing them to monitor power status without unlocking their device.
Dependencies
/sys/class/power_supply/).Type of change
Please put an
xin the boxes that apply:Checklist
Please put an
xin the boxes that apply:Screenshots
Additional context
Script added:
config/hypr/scripts/Power.shModified:
config/hypr/hyprlock.confThis is part of an effort to improve UX for portable device users. This feature allows laptop users to view power info when their device is locked, especially useful when the device is discharging.