whitespapve
This commit is contained in:
parent
c981f9164d
commit
2166db979c
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user