Add new version of audio device controller
This commit is contained in:
parent
3630cc2bf5
commit
41a9604735
6 changed files with 91 additions and 2 deletions
10
rofi/audio.py
Executable file
10
rofi/audio.py
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/home/mbradley/.config/rofi/venv/bin/python -OO
|
||||
from sys import argv
|
||||
|
||||
from rofi_menu import run
|
||||
|
||||
from lib.pactl import create_menu, NodeType
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
run(create_menu(NodeType[argv[1]]))
|
Loading…
Add table
Add a link
Reference in a new issue