diff options
Diffstat (limited to 'examples/plugins/alsa')
-rw-r--r-- | examples/plugins/alsa | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/plugins/alsa b/examples/plugins/alsa index dbdfe75..f7347e0 100644 --- a/examples/plugins/alsa +++ b/examples/plugins/alsa @@ -30,3 +30,6 @@ def redraw(): bar.clear() bar.draw_coloured_text(0, 10, 0, 2, text) + +# See examples/moderate for volume control support. + |