From 505a575614f4dc0bdc2b31403c09e1239caebeb6 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 29 Jun 2014 11:27:09 +0200 Subject: [PATCH] widgets: remove unneeded mountpoints to watch --- rc/widgets.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/rc/widgets.lua b/rc/widgets.lua index f430f0d..4420bd8 100644 --- a/rc/widgets.lua +++ b/rc/widgets.lua @@ -195,8 +195,6 @@ local fs = { "/", "/var", "/usr", "/tmp", - "/var/cache/build", - "/var/lib/mongodb", "/var/lib/systems" } local fsicon = widget({ type = "imagebox" }) fsicon.image = image(beautiful.icons .. "/widgets/disk.png")