WIP: frobar-ng: Pulseaudio

This commit is contained in:
Geoffrey Frogeye 2025-01-03 20:18:31 +01:00
parent 0ddcdc4aeb
commit 64bb256b26
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 3 additions and 1 deletions
hm/desktop/frobar

View file

@ -9,6 +9,7 @@ import os
import signal
import socket
import typing
import pulsectl_asyncio
import i3ipc
import i3ipc.aio

View file

@ -30,7 +30,8 @@ pkgs.python3Packages.buildPythonApplication rec {
mpd2
notmuch
psutil
pulsectl
pulsectl # old only
pulsectl-asyncio
pyinotify
rich
];