mirror of https://gitlab.com/bashrc2/epicyon
Less spacing
parent
edad04667e
commit
421ce8b759
|
@ -425,7 +425,7 @@ def _showLocalBox(notifyJson: {}, boxName: str,
|
||||||
notificationIcons += ' ❤'
|
notificationIcons += ' ❤'
|
||||||
titleStr = '\33[7m' + boxName.upper() + '\33[0m'
|
titleStr = '\33[7m' + boxName.upper() + '\33[0m'
|
||||||
if notificationIcons:
|
if notificationIcons:
|
||||||
while len(titleStr) < 99 - len(notificationIcons):
|
while len(titleStr) < 95 - len(notificationIcons):
|
||||||
titleStr += ' '
|
titleStr += ' '
|
||||||
titleStr += notificationIcons
|
titleStr += notificationIcons
|
||||||
print(indent + titleStr + '\n')
|
print(indent + titleStr + '\n')
|
||||||
|
|
Loading…
Reference in New Issue