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