feat(temp): Add units option
Avoids having lots of tokens
This commit is contained in:
parent
a9014e31dc
commit
c30159abc6
2 changed files with 16 additions and 5 deletions
include/modules
|
@ -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};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue