From 075c9bc55e8e6aca427571827730a6fb1be71f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 18 Nov 2019 14:29:33 +0100 Subject: [PATCH] i3: Use py3status in standalone mode --- i3/config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/config.j2 b/i3/config.j2 index 367c694..4d62742 100644 --- a/i3/config.j2 +++ b/i3/config.j2 @@ -369,5 +369,5 @@ bar { } i3bar_command i3bar - status_command py3status --dbus-notify -c ~/.i3/i3status.conf + status_command py3status --standalone --dbus-notify -c ~/.i3/i3status.conf }