added pavucontrol setup script
This commit is contained in:
parent
fd843cfdc4
commit
f076c10276
1 changed files with 11 additions and 0 deletions
11
src/setup/apps/pavucontrol.py
Normal file
11
src/setup/apps/pavucontrol.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
from src.util import paru_install
|
||||
|
||||
name = "PulseAudio volume control"
|
||||
|
||||
|
||||
def setup():
|
||||
"""
|
||||
The thing I use until I find a good pipewire app
|
||||
"""
|
||||
|
||||
paru_install("pavucontrol")
|
Loading…
Add table
Add a link
Reference in a new issue