frobar-ng: Colors

This commit is contained in:
Geoffrey Frogeye 2025-01-03 18:56:20 +01:00
parent 7b54ad0578
commit 953aa13cb6
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 136 additions and 44 deletions

View file

@ -25,13 +25,14 @@ pkgs.python3Packages.buildPythonApplication rec {
version = "2.0";
propagatedBuildInputs = with pkgs.python3Packages; [
coloredlogs
notmuch
coloredlogs # old only
i3ipc
mpd2
notmuch
psutil
pulsectl
pyinotify
rich
];
nativeBuildInputs =
[ lemonbar ]