widget: don't query df for fuse filesystems

Some of them (like sshfs or curlftpfs) can take a long time to answer
and this blocks awesome for a while.
This commit is contained in:
Vincent Bernat 2013-08-05 09:06:27 +02:00
parent f122cd6e7c
commit 505477db76

View file

@ -218,7 +218,7 @@ vicious.register(fswidget, vicious.widgets.fs,
end
end
return result
end, 53)
end, 53, "-lx fuse")
local systray = widget({ type = "systray" })