forked from external/yambar
module/alsa: monitors volume and muted state of selected card/mixer
This commit is contained in:
parent
cba97a0e65
commit
0d8704737e
4 changed files with 181 additions and 0 deletions
7
modules/alsa.h
Normal file
7
modules/alsa.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "../module.h"
|
||||
#include "../particle.h"
|
||||
|
||||
struct module *module_alsa(
|
||||
const char *card, const char *mixer, struct particle *label);
|
Loading…
Add table
Add a link
Reference in a new issue