mirror of https://gitlab.com/bashrc2/epicyon
Selected title
parent
440a0a7b80
commit
3adb4e97ea
|
@ -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 = '\033[1m' + boxName.upper() + '\033[0m'
|
titleStr = '\33[7m' + boxName.upper() + '\33[0m'
|
||||||
if notificationIcons:
|
if notificationIcons:
|
||||||
while len(titleStr) < 87 - len(notificationIcons):
|
while len(titleStr) < 87 - len(notificationIcons):
|
||||||
titleStr += ' '
|
titleStr += ' '
|
||||||
|
|
Loading…
Reference in New Issue