mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-17 07:49:09 +01:00
volume: fix error on mouse leave
naughty destroy is expecting a nil argument or a real notification, using `{}` triggers an error on destroy
This commit is contained in:
parent
326d11e95b
commit
343a67f7e5
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ local function worker(args)
|
|||
end
|
||||
}
|
||||
|
||||
local notification = {}
|
||||
local notification
|
||||
local volume_icon_name="audio-volume-high-symbolic"
|
||||
|
||||
local function get_notification_text(txt)
|
||||
|
|
Loading…
Reference in a new issue