mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-01 22:04:20 +02:00
widgets: don't get free space for AUFS filesystems
This commit is contained in:
parent
04b184c6cc
commit
38a6b2205b
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ vicious.register(fswidget, vicious.widgets.fs,
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
return result
|
return result
|
||||||
end, 53, "-lx fuse")
|
end, 53, "-lx fuse -x aufs")
|
||||||
|
|
||||||
local systray = widget({ type = "systray" })
|
local systray = widget({ type = "systray" })
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue