Code

status_bar: remove the status bar clock (option "display-time")
authorMax Kellermann <max.kellermann@gmail.com>
Mon, 20 Mar 2017 15:47:59 +0000 (16:47 +0100)
committerMax Kellermann <max.kellermann@gmail.com>
Mon, 20 Mar 2017 15:47:59 +0000 (16:47 +0100)
commit3af5c3a185fc23b8fb9d528a9c0a14f70093ac70
tree0174abde080d753a9f6f7141ac910005f66b6467
parent9b08b8d793f6ee02e021f013397eaf3b22348283
status_bar: remove the status bar clock (option "display-time")

This is a pretty useless feature which is only available when not
playing something - a state in which ncmpc isn't useful either.  What
the clock does is require a timer which wakes up ncmpc every second,
when it should better be completely idle (and swapped out).
NEWS
doc/config.sample
src/conf.c
src/main.c
src/options.h
src/status_bar.c