From 45734badcb7e4874663cd606cfb4c9aa9ab8a858 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 12 May 2015 15:59:39 +0200 Subject: [PATCH] Partition monitoring --- i3status.php | 1 + 1 file changed, 1 insertion(+) diff --git a/i3status.php b/i3status.php index c06bc9a..d37a77a 100755 --- a/i3status.php +++ b/i3status.php @@ -372,6 +372,7 @@ $bar ->addElement(get_the_mount_space_used('/')) ->addElement(get_the_mount_space_used('/home', array(80, 90))) ->addElement(get_the_mount_space_used('/share')) + ->addElement(get_the_mount_space_used('/secured')) ->addElement(get_the_master_volume()) ->addElement(get_the_date()) ->addElement(get_the_acpi())