From b9165c9a6de2d1e1a9ccbb277c3ed4c5666e76fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 10 Oct 2017 20:15:25 +0200 Subject: [PATCH] i3: Enable desktop notifications for py3status --- i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/config b/i3/config index 4c80a71..1218f27 100644 --- a/i3/config +++ b/i3/config @@ -314,5 +314,5 @@ bar { } i3bar_command i3bar - status_command py3status -c ~/.i3/i3status.conf + status_command py3status --dbus-notify -c ~/.i3/i3status.conf }