mirror of
https://github.com/polybar/polybar.git
synced 2026-05-12 17:23:27 +00:00
feat(alsa): add volume interval option
This commit is contained in:
committed by
Patrick Ziegler
parent
c6afe4881b
commit
83784fde14
@ -58,6 +58,7 @@ namespace modules {
|
||||
map<control, control_t> m_ctrl;
|
||||
int m_headphoneid{0};
|
||||
bool m_mapped{false};
|
||||
int m_interval{5};
|
||||
atomic<bool> m_muted{false};
|
||||
atomic<bool> m_headphones{false};
|
||||
atomic<int> m_volume{0};
|
||||
|
||||
Reference in New Issue
Block a user