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())