tmux-plugins / tmux-battery

Plug and play battery percentage and icon indicator for Tmux.
MIT License
497 stars 93 forks source link

Color icon upgrade #80

Closed rux616 closed 5 years ago

rux616 commented 5 years ago

This PR upgrades the battery colors and icons to have 8 delineations instead of 4. Additionally, it aims to have more consistent naming for variables and files.

The git commit logs have more details on exactly what I've changed, but to cherry pick some of them:

This is a large overhaul of the colors and icons in the plugin to enable higher granularity. All efforts have been made to have sane defaults.

Additionally, a new 'status' has been added that is a catch-all 'unknown' in case a battery tool acts up or fails to report something meaningful.

Also:

Added 8 new format strings Removed 2 format strings Added 39 new options Removed 12 options

martinbeentjes commented 5 years ago

Thank you for this mega contribution! Great work! LGTM.