status

statusbar program for dwm
git clone anongit@rnpnr.xyz:status.git
Log | Files | Refs | Feed | README | LICENSE

volume.h (91B)


      1 struct vol_arg {
      2 	const char *card;
      3 	const char *sink;
      4 };
      5 
      6 size_t volume(struct Block *b);