bumblebee-status/bumblebee_status/modules/core/pulseout.py

10 lines
196 B
Python
Raw Normal View History

from .pulsectl import Module
class Module(Module):
def __init__(self, config, theme):
super().__init__(config, theme, "sink")
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4