dziemborowicz / hourglass

The simple countdown timer for Windows.
MIT License
650 stars 114 forks source link

using inverted progress bar for if showing time left instead of time … #181

Closed fmuecke closed 5 years ago

fmuecke commented 5 years ago

This PR invertes the direction of the progress bar so that

image

However, it does not (yet) change the progress of the task bar icon..

dziemborowicz commented 5 years ago

Thanks for submitting this. I'd be happy to merge something like this, but it would need to be an option under "Advanced options" ("Reverse progress bar" or similar), and come with a command-line switch (--reverse-progress-bar and -g or similar).

It should probably be independent of the whether time elapsed or time left is shown, as most people will expect the progress bar to behave the same notwithstanding what they chose for the text.

fmuecke commented 5 years ago

replaced by #182