pxsocs / warden_terminal

WARden with an enhanced Text User Interface for Unix based systems
72 stars 14 forks source link

Header Improvement #51

Closed AnarchyNow closed 3 years ago

AnarchyNow commented 3 years ago

In Dashboard.py: Change Rung 105

    if small_display is True:
        txt = ' WARden Node Edition (Version: ' + version(
        ) +  ") | " f"BTC ${jformat(btc_price, 0)} " + " | " + r_time

In Dashboard.py: Change Rung 107 header_text = urwid.Text(txt, align='left')