From a9d2fda795510708382b9b8be81527ec330456d0 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Sun, 21 Dec 2014 20:30:20 +0100 Subject: make i3-nagbar messages non blocking to py3status --- py3status/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py3status') diff --git a/py3status/__init__.py b/py3status/__init__.py index 49bd97e..83fa31a 100755 --- a/py3status/__init__.py +++ b/py3status/__init__.py @@ -1041,7 +1041,7 @@ class Py3statusWrapper(): try: log_level = LOG_ERR if level == 'error' else LOG_WARNING syslog(log_level, msg) - call( + Popen( ['i3-nagbar', '-m', msg, '-t', level], stdout=open('/dev/null', 'w'), stderr=open('/dev/null', 'w') -- cgit v1.3