mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 02:04:21 +02:00
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:
parent
f122cd6e7c
commit
505477db76
1 changed files with 1 additions and 1 deletions
|
@ -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" })
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue