From 7b99fcfb2f367c51faf3f2fd2b6a583be87a9e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sun, 10 May 2020 12:07:37 +0200 Subject: Add option to use XEP-0392 for tab names/numbers in the infobar This will autocolour the tabs based on their name (typically the JID) if a new message or highlight occured. If it was a normal new message, the colouring will be subtle (foreground instead of background), otherwise (on a highlight or 1:1 message), the colouring will affect the background and thus stand out much more. --- poezio/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'poezio/config.py') diff --git a/poezio/config.py b/poezio/config.py index 7bbc9268..01455173 100644 --- a/poezio/config.py +++ b/poezio/config.py @@ -48,6 +48,7 @@ DEFAULT_CONFIG: ConfigDict = { 'after_completion': ',', 'alternative_nickname': '', 'auto_reconnect': True, + 'autocolor_tab_names': False, 'autorejoin_delay': '5', 'autorejoin': False, 'beep_on': 'highlight private invite disconnect', -- cgit v1.2.3