Add mpris support

This commit is contained in:
Geoffrey Frogeye 2024-08-11 14:54:51 +02:00
parent f011b376bb
commit 86f9f75bd7
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
6 changed files with 126 additions and 21 deletions

View file

@ -25,7 +25,7 @@ pkgs.python3Packages.buildPythonApplication {
pulsectl
pyinotify
];
makeWrapperArgs = [ "--prefix PATH : ${pkgs.lib.makeBinPath ([ lemonbar ] ++ (with pkgs; [ wirelesstools ]))}" ];
makeWrapperArgs = [ "--prefix PATH : ${pkgs.lib.makeBinPath ([ lemonbar ] ++ (with pkgs; [ wirelesstools playerctl ]))}" ];
src = ./.;
}