mirror of https://gitlab.com/bashrc2/epicyon
Position of icon
parent
058b88577c
commit
80016f5096
|
@ -425,7 +425,7 @@ def _showLocalBox(notifyJson: {}, boxName: str,
|
|||
notificationIcons += '❤'
|
||||
titleStr = boxName.upper()
|
||||
if notificationIcons:
|
||||
while len(titleStr) < 40 - len(notificationIcons):
|
||||
while len(titleStr) < 90 - len(notificationIcons):
|
||||
titleStr += ' '
|
||||
titleStr += notificationIcons
|
||||
print(indent + titleStr + '\n')
|
||||
|
|
Loading…
Reference in New Issue