mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-27 00:58:36 +00:00
Bugfix: mixerbar showed wrong values
This commit is contained in:
parent
99eeeae6d0
commit
02d97f9445
@ -281,7 +281,7 @@ int mixer_is_mute(int i)
|
||||
return !mixer_get(i);
|
||||
}
|
||||
|
||||
#define mixer_to_255(i, x) x
|
||||
#define mixer_to_255(i, x) x * 2.55
|
||||
#endif /* MIXER_IS_ALSA */
|
||||
|
||||
void parse_mixer_arg(struct text_object *obj, const char *arg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user