a lot of stuff and added dbus_proxy as sub module

This commit is contained in:
Rene
2022-09-12 21:16:19 +02:00
parent e5cdb33eec
commit 3d8b240ef0
26 changed files with 1730 additions and 297 deletions

View File

@@ -404,7 +404,7 @@ naughty.connect_signal(
local box = naughty.layout.box {
notification = n,
timeout = 3,
timeout = 5,
type = "notification",
screen = screen.primary,
shape = function(cr, width, height)
@@ -413,6 +413,10 @@ naughty.connect_signal(
widget_template = w_template
}
awful.spawn.easy_async_with_shell(
"paplay /usr/share/sounds/freedesktop/stereo/message.oga"
)
box.buttons = {}
n.buttons = {}
end