From 61f11274f05cb43da5cfba69b6477d63055c5472 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Wed, 25 Oct 2017 22:50:41 +0200 Subject: [PATCH] fsdkfj --- herbstluftwm/hl_status_deamon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/herbstluftwm/hl_status_deamon.py b/herbstluftwm/hl_status_deamon.py index df5f325..74cffde 100755 --- a/herbstluftwm/hl_status_deamon.py +++ b/herbstluftwm/hl_status_deamon.py @@ -58,7 +58,7 @@ def cip_logins(ignore=""): continue ret = ret + line + ", " ret = ret[:-len(", ")] - ret = hl_utils.color_panel("CIP Logins: "+ret,color) + ret = hl_utils.color_panel("Logins: "+ret,color) with open(hl_utils.hlpath(LOGINS_LOG),'w') as f: f.write(ret)