mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-02 23:13:31 +00:00
foot-git: re-add fullstreen alpha patch
This commit is contained in:
parent
f0e6e546d8
commit
6ce880fe0c
2 changed files with 90 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
withAlphaPatch ? true,
|
||||
lib,
|
||||
fetchFromGitea,
|
||||
foot,
|
||||
|
@ -6,7 +7,7 @@
|
|||
date,
|
||||
...
|
||||
}:
|
||||
foot.overrideAttrs (let
|
||||
foot.overrideAttrs (oldAttrs: let
|
||||
pin = pins.foot;
|
||||
in {
|
||||
pname = "foot-transparent";
|
||||
|
@ -20,6 +21,14 @@ in {
|
|||
sha256 = pin.hash;
|
||||
};
|
||||
|
||||
patches =
|
||||
(oldAttrs.patches or [])
|
||||
++ (lib.optionals withAlphaPatch [
|
||||
# Thank you fazzi :)
|
||||
# <https://codeberg.org/fazzi/foot/commit/bebc6f0ffd0d767f560ee50825a0b0fba197c90f.patch>
|
||||
./patches/foot_fullscreen_alpha.patch
|
||||
]);
|
||||
|
||||
meta = {
|
||||
description = "An auto-upgrading version of FOot to ensure we are always up to dates";
|
||||
mainProgram = "foot";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue