mirror of https://gitlab.com/bashrc2/epicyon
Bold heading
parent
0462c38eb5
commit
440a0a7b80
|
@ -423,7 +423,7 @@ def _showLocalBox(notifyJson: {}, boxName: str,
|
|||
if notifyJson.get('likedBy'):
|
||||
if '##sent##' not in notifyJson['likedBy']:
|
||||
notificationIcons += ' ❤'
|
||||
titleStr = boxName.upper()
|
||||
titleStr = '\033[1m' + boxName.upper() + '\033[0m'
|
||||
if notificationIcons:
|
||||
while len(titleStr) < 87 - len(notificationIcons):
|
||||
titleStr += ' '
|
||||
|
|
Loading…
Reference in New Issue