From af5fd7b77ea00d6c1390e70310d51828016ab2b0 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 22 Sep 2010 19:59:48 +0200 Subject: Implement displaying the wireless connection speed (Thanks Felicitus) Based on a patch by Felicitus. --- i3status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3status.c') diff --git a/i3status.c b/i3status.c index 30995b2..9d9921d 100644 --- a/i3status.c +++ b/i3status.c @@ -103,7 +103,7 @@ int main(int argc, char *argv[]) { }; cfg_opt_t wireless_opts[] = { - CFG_STR("format_up", "W: (%quality at %essid) %ip", CFGF_NONE), + CFG_STR("format_up", "W: (%quality at %essid, %bitrate) %ip", CFGF_NONE), CFG_STR("format_down", "W: down", CFGF_NONE), CFG_END() }; -- cgit v1.2.3