diff options
Diffstat (limited to 'src/config_node.h')
-rw-r--r-- | src/config_node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config_node.h b/src/config_node.h index b4638b5..739ea41 100644 --- a/src/config_node.h +++ b/src/config_node.h @@ -34,6 +34,7 @@ struct node { char label[256]; // Label for the node char text[256]; // Value for full_text char display[64]; // How to display the data (eg: bar, percent, etc) + long width; // Width of the element (only used when display == bar) size_t interval; // How frequently the load function should be called time_t lastrun; // Last time the node's load function was called }; |