odknt / bspwmbar

A lightweight status bar for bspwm.
ISC License
92 stars 11 forks source link

regular clock support? #32

Closed FrostKnight closed 4 years ago

FrostKnight commented 4 years ago

Is it possible to change the 24 hour clock, to a 12 hour clock in this? And if not, can you support this feature in future? If it does, can you document how? It is a lovely status bar, minimal and all that, but that is my only issue with it.

odknt commented 4 years ago

You can modify datetime format in config.h. Please try replace %H:%M with %I:%M and rebuild.

FrostKnight commented 4 years ago

Thank you, to be fair, I stopped using bspwm for the time being, but this worked for i3's window manager. Thank you though!