From a14c39fb444385a75ddf486ce1e21d2c28ac77c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 23 Jan 2017 17:07:37 +0100 Subject: [PATCH] i3: Use i3status --- i3/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/i3/config b/i3/i3/config index 0b80f4a..98cd66b 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -320,5 +320,5 @@ bar { } i3bar_command i3bar - status_command i3blocks -c ~/.i3/i3blocks.conf + status_command py3status -c ~/.i3/i3status.conf }