glguy / irc-core

Haskell IRC library and console client - Join us on libera.chat #glirc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set console title to active window name

swantzter opened this issue · comments

It'd be create if the console title could be changed to reflect the currently active window (e.g fn:#freenode)

I like this idea. I think we should make the title configurable. I could imagine something like a format string with fields for:

  • network name
  • window name
  • nickname
  • some kind of activity
  • what else?

Yeah configurability sounds nice. Would it be interesting to be able to show the same tokens as in the action bar (so modes too)?

Maybe an overall indication of new highlights or sum of new messages / highlights (for example [hl/msg] fn | #freenode)

But that list you have sounds comprehensive

window-title-example

Including activity will be useful, too. This is what I'm experimenting with now

I like that 👍

I think this is mostly working at this point