enkore / i3pystatus

A complete replacement for i3status
https://i3pystatus.readthedocs.io/
MIT License
445 stars 188 forks source link

Fix default MPD time format #841

Closed adralioh closed 2 years ago

adralioh commented 2 years ago

Change the default value of the time_format setting in the mpd module so that it matches the default value used by TimeWrapper.

This fixes a bug where the seconds were incorrectly displaying as MS by default due to a typo.

Before: 02:MS After: 2:06

Reference: #819

terminalmage commented 2 years ago

Good catch.