From 72af97d7051885bec3b0c688aa655c41625699c9 Mon Sep 17 00:00:00 2001 From: neingeist Date: Mon, 25 Feb 2013 09:04:30 +0100 Subject: [PATCH] ignore udf --- conky-disks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conky-disks b/conky-disks index 0e03917..0c1a072 100755 --- a/conky-disks +++ b/conky-disks @@ -9,7 +9,7 @@ use IO::Socket; my @ignoreformats = qw(tmpfs sysfs devtmpfs devpts proc binfmt_misc fusectl fuse.gvfsd-fuse fuse.vmware-vmblock - debugfs securityfs swap); + debugfs securityfs swap udf); my $color_ok = "#78af78"; my $color_warn = "#ffff00";