From 505477db761a68d40455b4b755432d948f8c9edb Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 5 Aug 2013 09:06:27 +0200 Subject: [PATCH] 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. --- rc/widgets.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/widgets.lua b/rc/widgets.lua index 1ad9a31..cbeb9b6 100644 --- a/rc/widgets.lua +++ b/rc/widgets.lua @@ -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" })