diff options
-rwxr-xr-x | mpris_to_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpris_to_text.py b/mpris_to_text.py index 98a004a..5840e5f 100755 --- a/mpris_to_text.py +++ b/mpris_to_text.py | |||
@@ -172,7 +172,7 @@ class Menu(threading.Thread): | |||
172 | self.refresh_flag = False | 172 | self.refresh_flag = False |
173 | 173 | ||
174 | print(term.clear) | 174 | print(term.clear) |
175 | print(term.move_xy(0, 0) + term.bold_bright_white_on_bright_black( | 175 | print(term.move_xy(0, 0) + term.bold_bright_white_on_red( |
176 | ("{0:<{width}}").format("MPRIS To Text", width=term.width)) + "\n") | 176 | ("{0:<{width}}").format("MPRIS To Text", width=term.width)) + "\n") |
177 | print(term.move_x(2) + term.bold("Player: ") + term.move_up()) | 177 | print(term.move_x(2) + term.bold("Player: ") + term.move_up()) |
178 | 178 | ||