From aef72aad59c96e58db5280b0cd12863adf5c478e Mon Sep 17 00:00:00 2001 From: flifloo Date: Tue, 11 Feb 2020 07:55:50 +0100 Subject: [PATCH] Real notifications popup --- config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index 5a84b85..5dd645e 100644 --- a/config.py +++ b/config.py @@ -206,7 +206,7 @@ def main(q): widget.Prompt(), widget.TaskList(txt_floating="🗗", txt_maximized="🗖", txt_minimized="🗕"), widget.Systray(), - widget.Notify(), + #widget.Notify(), widget.CheckUpdates(custom_command="apt list --upgradable", execute="sudo -A apt update", display_format="{updates}", colour_have_updates="ff7300", colour_no_updates="5eff00"), widget.Sep(), widget.CPU(format="{load_percent}%"), @@ -224,6 +224,7 @@ def main(q): 24, ) )) + Popen("/usr/lib/notification-daemon/notification-daemon") Popen(["nextcloud", "--background"]) Popen("kdeconnect-indicator")