diff --git a/herbstluftwm/hl_panel_content.py b/herbstluftwm/hl_panel_content.py index 118014d..db10169 100755 --- a/herbstluftwm/hl_panel_content.py +++ b/herbstluftwm/hl_panel_content.py @@ -57,7 +57,7 @@ def logins(): def countdown(): delta = datetime(year=2018,month=7,day=22,hour=20) - datetime.now() if delta.days > 1: - tmp = "{} von 180 Tagen bis Abgabe verbleibend".format(delta.days) + tmp = "{} von 150 Tagen bis Abgabe verbleibend".format(delta.days) else: tmp = "{}h bis BC Abgabe".format(delta.hours) tmp = hl_utils.color_panel(tmp,YELLOW) diff --git a/herbstluftwm/hl_status_deamon.py b/herbstluftwm/hl_status_deamon.py index 7a0585f..cf46cdb 100755 --- a/herbstluftwm/hl_status_deamon.py +++ b/herbstluftwm/hl_status_deamon.py @@ -184,7 +184,7 @@ def save(): pr_acct_status() battery_status() ip_status() - cip_logins() + #cip_logins() trace_login() def trace_login():