We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
%emptytime
When my laptop's battery is full, the %emptytime will return as an empty string. How do I make it return a custom text or symbol?
The text was updated successfully, but these errors were encountered:
This is my i3status output based on the following configurations.
battery all { format = "<span background='#458588'> %percentage %status (while != %emptytime) </span>" low_threshold = 30 threshold_type = "percentage" }
However, when the battery is full, %emptytime will return an empty string. So i3status output will appear as the following.
What I want to achieve is to be able to return a custom string for %emptytime when battery is full.
Sorry, something went wrong.
No branches or pull requests
When my laptop's battery is full, the
%emptytime
will return as an empty string. How do I make it return a custom text or symbol?The text was updated successfully, but these errors were encountered: