Real notifications popup
This commit is contained in:
parent
0a45b28bd7
commit
aef72aad59
1 changed files with 2 additions and 1 deletions
|
@ -206,7 +206,7 @@ def main(q):
|
||||||
widget.Prompt(),
|
widget.Prompt(),
|
||||||
widget.TaskList(txt_floating="🗗", txt_maximized="🗖", txt_minimized="🗕"),
|
widget.TaskList(txt_floating="🗗", txt_maximized="🗖", txt_minimized="🗕"),
|
||||||
widget.Systray(),
|
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.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.Sep(),
|
||||||
widget.CPU(format="{load_percent}%"),
|
widget.CPU(format="{load_percent}%"),
|
||||||
|
@ -224,6 +224,7 @@ def main(q):
|
||||||
24,
|
24,
|
||||||
)
|
)
|
||||||
))
|
))
|
||||||
|
Popen("/usr/lib/notification-daemon/notification-daemon")
|
||||||
Popen(["nextcloud", "--background"])
|
Popen(["nextcloud", "--background"])
|
||||||
Popen("kdeconnect-indicator")
|
Popen("kdeconnect-indicator")
|
||||||
|
|
||||||
|
|
Reference in a new issue