From 8b8a3db25c976c9a5408cefd3533c4f840b7c11e Mon Sep 17 00:00:00 2001 From: David Wahlstrom Date: Thu, 4 Jun 2015 15:31:31 -0700 Subject: [PATCH] makewatch: Remove "user" setting While there was documentation suggesting you could limit the search by user, the code was not written to do such. This could be implimented in the future, but for now, I'm just going to remove the comment. --- i3pystatus/makewatch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/i3pystatus/makewatch.py b/i3pystatus/makewatch.py index ca236c3..520d8c3 100644 --- a/i3pystatus/makewatch.py +++ b/i3pystatus/makewatch.py @@ -10,7 +10,6 @@ class MakeWatch(IntervalModule): """ settings = ( - ("user", "Specifies which user to track. Null means all users"), ("name", "Listen for a job other than 'make' jobs"), ("running_color", "Text color while the job is running"), ("idle_color", "Text color while the job is not running"),