WIP: frobar-ng: Pulseaudio
This commit is contained in:
parent
0ddcdc4aeb
commit
64bb256b26
hm/desktop/frobar
|
@ -9,6 +9,7 @@ import os
|
|||
import signal
|
||||
import socket
|
||||
import typing
|
||||
import pulsectl_asyncio
|
||||
|
||||
import i3ipc
|
||||
import i3ipc.aio
|
||||
|
|
|
@ -30,7 +30,8 @@ pkgs.python3Packages.buildPythonApplication rec {
|
|||
mpd2
|
||||
notmuch
|
||||
psutil
|
||||
pulsectl
|
||||
pulsectl # old only
|
||||
pulsectl-asyncio
|
||||
pyinotify
|
||||
rich
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue