hannesm / jackline

minimalistic secure XMPP client in OCaml
BSD 2-Clause "Simplified" License
250 stars 20 forks source link

Make clock in ui optional #71

Closed schoeke closed 9 years ago

schoeke commented 9 years ago

I request an option (via config file maybe?) to make the clock in the ui invisible.

My scenario is that I use jackline in a tmux session and every minute, I get an indication that something happened in that window. Tmux could work as a simple notification feature, but the clock makes that impossible.

thexhr commented 9 years ago

+1 for that!

hannesm commented 9 years ago

hmm, is the clock down there actually essential? or should I just drop it entirely? it is there from the beginning because I played around with the example including a clock, and there was no immediate reason to remove it... but rethinking I doubt its usefulness...

thexhr commented 9 years ago

I would suggest to remove it entirely. In my case, I have a clock in tmux, another one on my window manager and a third one around my wrist :) Besides that, if you chat with a contact you have the clock for each message,

schoeke commented 9 years ago

i agree. You can get rid of it entirely. I thought there was a reason for it ;D