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 notifyJson.get('likedBy'):
|
||||||
if '##sent##' not in notifyJson['likedBy']:
|
if '##sent##' not in notifyJson['likedBy']:
|
||||||
notificationIcons += ' ❤'
|
notificationIcons += ' ❤'
|
||||||
titleStr = boxName.upper()
|
titleStr = '\033[1m' + boxName.upper() + '\033[0m'
|
||||||
if notificationIcons:
|
if notificationIcons:
|
||||||
while len(titleStr) < 87 - len(notificationIcons):
|
while len(titleStr) < 87 - len(notificationIcons):
|
||||||
titleStr += ' '
|
titleStr += ' '
|
||||||
|
|
Loading…
Reference in New Issue