From 5d4e893d7b799c19180be4de84c455e1f28b91a3 Mon Sep 17 00:00:00 2001 From: David Wahlstrom Date: Wed, 3 Jun 2015 13:45:43 -0700 Subject: [PATCH] Truncat openstack_vms output some The output for openstack_vms was a bit too verbose, causing it too consume too much of the status bar. This patch uses smaller words that may be less accurate, but portray the same general idea. --- i3pystatus/openstack_vms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3pystatus/openstack_vms.py b/i3pystatus/openstack_vms.py index 85e08d1..bd80a9b 100644 --- a/i3pystatus/openstack_vms.py +++ b/i3pystatus/openstack_vms.py @@ -27,8 +27,8 @@ class Openstack_vms(IntervalModule): crit_color = "#FF0000" threshold = 0 horizon_url = None - format = "{tenant_name}: {active_servers} active, "\ - "{nonactive_servers} non-active" + format = "{tenant_name}: {active_servers} up, "\ + "{nonactive_servers} down" on_leftclick = "openurl"