diff options
Diffstat (limited to '')
-rw-r--r-- | examples/plugins/alsa | 3 | ||||
-rw-r--r-- | examples/plugins/moc | 2 |
2 files changed, 4 insertions, 1 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. + diff --git a/examples/plugins/moc b/examples/plugins/moc index b572186..fb69346 100644 --- a/examples/plugins/moc +++ b/examples/plugins/moc @@ -35,5 +35,5 @@ def redraw(): bar.draw_coloured_text(0, 10, 0, 2, text) -# TODO interaction with moc +# See examples/moderate for interation support. |