mirror of https://gitlab.com/bashrc2/epicyon
Less indentation for notification icons
parent
f82ee3bc6c
commit
0462c38eb5
|
@ -425,7 +425,7 @@ def _showLocalBox(notifyJson: {}, boxName: str,
|
|||
notificationIcons += ' ❤'
|
||||
titleStr = boxName.upper()
|
||||
if notificationIcons:
|
||||
while len(titleStr) < 89 - len(notificationIcons):
|
||||
while len(titleStr) < 87 - len(notificationIcons):
|
||||
titleStr += ' '
|
||||
titleStr += notificationIcons
|
||||
print(indent + titleStr + '\n')
|
||||
|
|
Loading…
Reference in New Issue