From 3adb4e97eafb906581d75e24c4c9bb797c3913a3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 15 Mar 2021 19:56:37 +0000 Subject: [PATCH] Selected title --- notifications_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications_client.py b/notifications_client.py index f92c962e3..e6225d6d1 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -423,7 +423,7 @@ def _showLocalBox(notifyJson: {}, boxName: str, if notifyJson.get('likedBy'): if '##sent##' not in notifyJson['likedBy']: notificationIcons += ' ❤' - titleStr = '\033[1m' + boxName.upper() + '\033[0m' + titleStr = '\33[7m' + boxName.upper() + '\33[0m' if notificationIcons: while len(titleStr) < 87 - len(notificationIcons): titleStr += ' '