]> git.sur5r.net Git - i3/i3status/blobdiff - config.h
Implement getting current speed from network interfaces
[i3/i3status] / config.h
index 9437ef21c8945b0a9f1ad2b984e48b03aa520aa8..fdd95a2464f842fea2051c42f24c42014c1d68d6 100644 (file)
--- a/config.h
+++ b/config.h
@@ -18,6 +18,7 @@ extern const char order[MAX_ORDER][2];
 extern unsigned int interval;
 
 extern bool use_colors;
+extern bool get_ethspeed;
 #endif
 
 char *glob_path(const char *path);