Add mpris support
This commit is contained in:
parent
f011b376bb
commit
86f9f75bd7
6 changed files with 126 additions and 21 deletions
|
@ -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 = ./.;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue