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 signal
|
||||||
import socket
|
import socket
|
||||||
import typing
|
import typing
|
||||||
|
import pulsectl_asyncio
|
||||||
|
|
||||||
import i3ipc
|
import i3ipc
|
||||||
import i3ipc.aio
|
import i3ipc.aio
|
||||||
|
|
|
@ -30,7 +30,8 @@ pkgs.python3Packages.buildPythonApplication rec {
|
||||||
mpd2
|
mpd2
|
||||||
notmuch
|
notmuch
|
||||||
psutil
|
psutil
|
||||||
pulsectl
|
pulsectl # old only
|
||||||
|
pulsectl-asyncio
|
||||||
pyinotify
|
pyinotify
|
||||||
rich
|
rich
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue