abrochard / emacs-habitica

Emacs Extension for Habitica
GNU General Public License v3.0
77 stars 23 forks source link

Fix status bar format #17

Closed alaq closed 5 years ago

alaq commented 5 years ago

In its current form the status bar seems to be either empty or full, for example:

** Health : []  16 / 50
** Exp    : []  1269 / 2160
** Mana   : [####################]  120 / 120

We need to convert at least one number to float in order to get the result of the division with decimals.

abrochard commented 5 years ago

Looks good! Thank you for catching that and contributing.

alaq commented 5 years ago

My pleasure 😁