mirror of
https://github.com/polybar/polybar.git
synced 2026-03-02 14:24:01 +00:00
feat(temperature): Add zone-type setting (#2752)
Signed-off-by: xphoniex <dj.2dixx@gmail.com> Signed-off-by: xphoniex <dj.2dixx@gmail.com>
This commit is contained in:
@ -30,6 +30,7 @@ namespace modules {
|
||||
ramp_t m_ramp;
|
||||
|
||||
string m_path;
|
||||
string m_zone_type;
|
||||
int m_zone = 0;
|
||||
// Base temperature used for where to start the ramp
|
||||
int m_tempbase = 0;
|
||||
|
||||
Reference in New Issue
Block a user