feat(temp): Add units option

Avoids having lots of tokens
This commit is contained in:
patrick96 2018-02-15 10:33:20 +01:00 committed by NBonaparte
parent a9014e31dc
commit c30159abc6
2 changed files with 16 additions and 5 deletions
include/modules

View file

@ -32,6 +32,9 @@ namespace modules {
int m_tempwarn = 0;
int m_temp = 0;
int m_perc = 0;
// Whether or not to show units with the %temperature-X% tokens
bool m_units{true};
};
}