mirror of
https://github.com/b-ryan/powerline-shell.git
synced 2026-09-10 07:26:28 -04:00
fixed spacing
This commit is contained in:
parent
3aa56b993c
commit
57c9e66783
|
|
@ -11,7 +11,7 @@ class Segment(BasicSegment):
|
|||
beat = self.current_beat()
|
||||
format = "%05.1f" if self.show_decimal() else "%03.0f"
|
||||
if self.show_at_sign():
|
||||
format = "@%s" % format
|
||||
format = " @%s " % format
|
||||
pline.append(format % beat, pline.theme.TIME_FG, pline.theme.TIME_BG)
|
||||
def show_decimal(self):
|
||||
'''
|
||||
|
|
|
|||
Loading…
Reference in a new issue