The pause indictor doesn't really need to be bold.
This commit is contained in:
parent
dfb33ad0bc
commit
7fea2c1c32
1 changed files with 1 additions and 1 deletions
2
vigil
2
vigil
|
|
@ -753,7 +753,7 @@ class Screen:
|
|||
ordering_text = "directory" if is_directory_sort else "type "
|
||||
paused_indicator = (termstr.TermStr("paused ").fg_color(
|
||||
termstr.Color.yellow) if is_paused else termstr.TermStr("running").
|
||||
fg_color(termstr.Color.light_blue)).bold()
|
||||
fg_color(termstr.Color.light_blue))
|
||||
indicators = " " + paused_indicator + " order:%s " % ordering_text
|
||||
spacing = " " * (width - len(self._STATUS_BAR) - len(indicators))
|
||||
bar = (self._STATUS_BAR[:width - len(indicators)] + spacing +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue