Max Verevkin
Max Verevkin
Do I understand correctly that currently there is no way to use `mm:ss` format? I think this can be achieved by allowing to replace the space character between units with...
> The most flexible solution would be to allow an explicit format to be specified if we want to allow "sub-formats" like: > `.dur(format:'{$d |}{$h:|}{$m:|}'{$s:|}',show_leading_units_if_zero:false)` That's... too much formatting :smile:...
> do you want me to move the splitting up of the formatters into modules into its own PR? That would be nice :)
> Should we make the default of the tea timer block use hms by default, since that's the default format now? Yes, let's try to keep the defaults as they...
The [types](https://greshake.github.io/i3status-rust/i3status_rs/formatting/index.html#types) section of the docs needs to be updated.
@bim9262 Is this ready to be merged?
> > * Make `Value::Duration` hold the default value for `hms`. > > Can you explain what you mean? Hold the string value like I did with `time` Something like...
Sorry for such a late reply! Everything looks good to me, I think. It would be nice to also add [this type of tally marks](https://upload.wikimedia.org/wikipedia/commons/d/d8/Tally_marks_2.svg), but this is not a...
[The wiki page](https://en.wikipedia.org/wiki/Tally_marks) describes them as > Tally marks used in [France](https://en.wikipedia.org/wiki/France), [Portugal](https://en.wikipedia.org/wiki/Portugal), [Spain](https://en.wikipedia.org/wiki/Spain), and their former colonies, including [Latin America](https://en.wikipedia.org/wiki/Latin_America). 1 to 5 and so on. These are most...
> So the previous version that worked for me was 0.30.3. Weird, because `src/blocks/keyboard_layout.rs` hasn't been changed between 0.30.0 and 0.30.6...