-
Notifications
You must be signed in to change notification settings - Fork 257
Custom battery %emptytime
string when battery is full
#479
New iss 8000 ue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
riazufila
wants to merge
1
commit into
i3:main
Choose a base branch
from
riazufila:battery-emptytime-custom-return-on-full
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Custom battery %emptytime
string when battery is full
#479
riazufila
wants to merge
1
commit into
i3:main
from
riazufila:battery-emptytime-custom-return-on-full
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This PR is made to entertain #477. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
Allow a custom string return for
%emptytime
for when battery is full. The custom string can be set from the config file inbattery
module with the optionbattery_full_emptytime
.Current behavior of
%emptytime
when battery is full is as below.Instead, with this PR, when battery is full, the battery module will display such as below. Of course, the value for
battery_full_emptytime
can be changed into any other string aside from "false".