tmux-battery
tmux-battery copied to clipboard
Extended Support for Battery Detection and Display on WSL
(I'm back earlier than expected - check out #107 for an earlier version of this PR)
- Adds a percentage symbol at the end of battery percentage when used in a WSL environment with battery
- Resolves a problem on WSL desktop environments where there was no battery:
a. Check existence of battery-related directories or files whenever needed (
percentage
,icon_status
andicon_charge
) b. Default behaviour to "Charging" for Status, "Tier 8 (Fully Charged)" for Charge andnull
for Percentage (Not printed)
I've only made changes for percentage and icon display, so we may need to make more commits before everything else work seamlessly as well. In the meantime, I'd say that this is a minimal working PR for WSL environments both with and without batteries.