Merge pull request #300424 from catouc/update-hyprshade
Fix Hyprshade not having default shaders
This commit is contained in:
commit
1433d5f7f5
@ -24,6 +24,10 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ more-itertools click ];
|
||||
|
||||
postFixup = ''
|
||||
wrapProgram $out/bin/hyprshade --set HYPRSHADE_SHADERS_DIR $out/share/hyprshade/shaders
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/loqusion/hyprshade";
|
||||
description = "Hyprland shade configuration tool";
|
||||
|
Loading…
Reference in New Issue
Block a user