mirror of https://github.com/lcpz/lain.git
#126 fs notification: fixed typo
This commit is contained in:
parent
52deb69119
commit
c3559967db
|
@ -46,7 +46,7 @@ function fs:show(t_out)
|
||||||
fs.notification_preset.screen = mouse.screen
|
fs.notification_preset.screen = mouse.screen
|
||||||
end
|
end
|
||||||
|
|
||||||
notification = naughty.notify({
|
fs_notification = naughty.notify({
|
||||||
preset = fs.notification_preset,
|
preset = fs.notification_preset,
|
||||||
text = ws,
|
text = ws,
|
||||||
timeout = t_out
|
timeout = t_out
|
||||||
|
|
Loading…
Reference in New Issue