From d3d41698d4b83c87057687e3a5403e69c442bb97 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Sat, 2 Jun 2018 14:08:21 +0200 Subject: [PATCH] [git fast commit] 02. Jun 2018 - 14:08:21 --- herbstluftwm/hl_panel_content.py | 2 +- herbstluftwm/hl_status_deamon.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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():