mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-12-10 06:03:54 +00:00
foot-git: rebase patches
ft. fazzi
This commit is contained in:
parent
3feabd9240
commit
0603ed57cc
2 changed files with 16 additions and 14 deletions
|
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
withAlphaPatch ? true,
|
||||
lib,
|
||||
fetchFromGitea,
|
||||
foot,
|
||||
pins,
|
||||
date,
|
||||
# Settings
|
||||
withAlphaPatch ? true,
|
||||
...
|
||||
}:
|
||||
foot.overrideAttrs (oldAttrs: let
|
||||
|
|
@ -23,14 +24,15 @@ in {
|
|||
|
||||
patches =
|
||||
(oldAttrs.patches or [])
|
||||
# Bring back fullscreen transparency (i.e., fullscreen alpha)
|
||||
++ (lib.optionals withAlphaPatch [
|
||||
# Thank you fazzi :)
|
||||
# <https://codeberg.org/fazzi/foot/commit/bebc6f0ffd0d767f560ee50825a0b0fba197c90f.patch>
|
||||
# Taken with the explicit permission of Fazzi, thank you :)
|
||||
# <https://codeberg.org/fazzi/foot>
|
||||
./patches/foot_fullscreen_alpha.patch
|
||||
]);
|
||||
|
||||
meta = {
|
||||
description = "An auto-upgrading version of FOot to ensure we are always up to dates";
|
||||
description = "An auto-upgrading version of Foot to ensure we are always up to dates";
|
||||
mainProgram = "foot";
|
||||
maintainers = with lib.maintainers; [NotAShelf];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue