Compare commits

...

1 commit

Author SHA1 Message Date
Geoffrey Frogeye 64bb256b26
WIP: frobar-ng: Pulseaudio 2025-01-03 20:18:46 +01:00
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
];