Hide overlay-fs, makes no sense in status bar
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
cbcdddce9b
commit
43e9728e08
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from block import *
|
|||
CRIT = 90.0
|
||||
MOUNT_BLACKLIST = ['/dev', '/efi', '/proc', '/run', '/sys', '/tmp']
|
||||
FS_BLACKLIST = ['//', 'cgroup', 'dev',
|
||||
'fusectl', 'proc', 'run', 'sys', 'tmpfs']
|
||||
'fusectl', 'overlay', 'proc', 'run', 'sys', 'tmpfs']
|
||||
ICON = '\ufaed'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue