Merge pull request #300424 from catouc/update-hyprshade

Fix Hyprshade not having default shaders
This commit is contained in:
Weijia Wang 2024-04-01 18:38:05 +02:00 committed by GitHub
commit 1433d5f7f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";