whitespapve

phoen
Daniel Barlow 2022-02-11 23:30:11 +00:00
parent c981f9164d
commit 2166db979c
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@
(local inspect (require :inspect))
(local dbus-service-attrs
{
:bus dbus.Bus.SESSION
@ -96,7 +95,7 @@
(var notification-id 10)
(fn next-notification-id []
(set notification-id (+ notification-id 1))
(set notification-id (+ notification-id 1))
notification-id)
(fn update-notification-widget [widget noti]