summaryrefslogtreecommitdiffstats
path: root/x11/conky/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'x11/conky/CONFIGURE')
-rwxr-xr-xx11/conky/CONFIGURE8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/conky/CONFIGURE b/x11/conky/CONFIGURE
index 1e3d6c8c2a..49228a97b9 100755
--- a/x11/conky/CONFIGURE
+++ b/x11/conky/CONFIGURE
@@ -7,4 +7,10 @@ config_query_option CONKY_OPTS 'enable support for IBM/Lenovo laptops?' n \
config_query_option CONKY_OPTS 'enable support for Eve-Online skill monitor?' n \
'--enable-eve' '--disable-eve' &&
config_query_option CONKY_OPTS 'enable support for RSS?' n \
- '--enable-rss' '--disable-rss'
+ '--enable-rss' '--disable-rss' &&
+config_query_option CONKY_OPTS 'enable support for hard disk temperature?' y \
+ '--enable-hddtemp' '--disable-hddtemp' &&
+config_query_option CONKY_OPTS 'enable support for per task IO stats?' y \
+ '--enable-iostats' '--disable-iostats' &&
+config_query_option CONKY_OPTS 'enable support for IPv4 port monitoring?' y \
+ '--enable-portmon' '--disable-portmon'