config_query_option AWESTATUS_CPU 'Enable the cpu info?' y             \
                                  '' '--disable-cpu'                   &&
config_query_option AWESTATUS_DISK 'Enable the disks info?' y          \
                                  '' '--disable-disks'                 &&
config_query_option AWESTATUS_MBOX 'Enable the mbox info?' y           \
                                  '' '--disable-mbox'                  &&
config_query_option AWESTATUS_MEM 'Enable the memory info?' y          \
                                  '' '--disable-mem'                   &&
config_query_option AWESTATUS_DISK 'Enable the mpd info?' y            \
                                   '' '--disable-mpd'                  &&
config_query_option AWESTATUS_NET 'Enable the network info?' y         \
                                  '' '--disable-net'                   &&
config_query_option AWESTATUS_SENSOR 'Enable the lm-sensors info?' y   \
                                     '' '--disable-sensor'             &&
config_query_option AWESTATUS_SND 'Enable the sound settings info?' y  \
                                  '' '--disable-snd'                   &&
config_query_option AWESTATUS_TIME 'Enable the clock?' y               \
                                   '' '--disable-time'                 &&
config_query_option AWESTATUS_UPTIME 'Enable uptime info?' y           \
                                     '' '--disable-uptime'
