Skip to content

Commit

Permalink
Fix: foot-transparent wasn't actually transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
42LoCo42 committed May 4, 2024
1 parent 79a6e63 commit f7c98c0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 94 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A personal collection of unusual things
|`capnp-go`|Cap'n Proto library and code generator for Go|https://github.com/capnproto/go-capnp|
|`e2eirc`|E2EIRC allows you to create end to end encrpyted chat rooms on Regular (Unmodified) IRC servers and your favorite IRC client.|https://github.com/novus0rdo/e2eirc|
|`flameshot-fixed`|A fork of Flameshot without selection lag, configured to work with Wayland|https://github.com/lbatalha/flameshot|
|`foot-transparent`|A fast, lightweight and minimalistic Wayland terminal emulator|https://codeberg.org/dnkl/foot/|
|`foot-transparent`|A patched version of the foot terminal emulator that brings back fullscreen transparency|https://github.com/NotAShelf/nyxpkgs/blob/main/pkgs/applications/terminal-emulators/foot-transparent/default.nix|
|`fusepod`|A userspace filesystem which mounts your iPod.|https://github.com/keegancsmith/FUSEPod|
|`gtk4-layer-shell`|A library to desktop components for Wayland using the Layer Shell protocol and GTK4|https://github.com/wmww/gtk4-layer-shell|
|`jade`|Pug template engine for Go|https://github.com/Joker/jade|
Expand Down
10 changes: 7 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
hash = "sha256-Fb5TeRTdvUlo/5Yi2d+FC8a6KoRLk2h1VE0/peMhWPs=";
});

nyx = builtins.getFlake "github:notashelf/nyxpkgs/a9c2ef2ea7c4b7e5036f7c60108df2bbcfc9a3c4?narHash=sha256-NiL7KfpHhUx7zLVFKtwPz7d9uJq/ABQEqf1y/lTWSGI=";

mkPackages = system:
let
pkgs = import nixpkgs { inherit system; };
Expand All @@ -39,7 +41,6 @@
capnp-go = pkgs.callPackage ./packages/capnp-go.nix { };
e2eirc = pkgs.callPackage ./packages/e2eirc { };
flameshot-fixed = pkgs.callPackage ./packages/flameshot-fixed.nix { };
foot-transparent = pkgs.callPackage ./packages/foot-transparent { };
fusepod = pkgs.callPackage ./packages/fusepod.nix { };
gtk4-layer-shell = pkgs.callPackage ./packages/gtk4-layer-shell.nix { };
jade = pkgs.callPackage ./packages/jade.nix { };
Expand All @@ -56,6 +57,11 @@
samloader = pkgs.callPackage ./packages/samloader.nix { };
wayland-shell = pkgs.callPackage ./packages/wayland-shell.nix { inherit gtk4-layer-shell; };

foot-transparent = nyx.packages.${system}.foot-transparent // {
meta.description = "A patched version of the foot terminal emulator that brings back fullscreen transparency";
meta.homepage = "https://github.com/NotAShelf/nyxpkgs/blob/main/pkgs/applications/terminal-emulators/foot-transparent/default.nix";
};

nixos-conf-editor = nce.packages.${system}.nixos-conf-editor // {
meta.description = "A libadwaita/gtk4 app for editing NixOS configurations";
meta.homepage = "https://github.com/snowfallorg/nixos-conf-editor";
Expand Down Expand Up @@ -167,8 +173,6 @@
| cachix push 42loco42
'';
};

foo = nixpkgs.lib.getExe self.packages.${pkgs.system}.sae_pk_gen;
}
];
}
5 changes: 0 additions & 5 deletions packages/foot-transparent/default.nix

This file was deleted.

85 changes: 0 additions & 85 deletions packages/foot-transparent/transparency.patch

This file was deleted.

0 comments on commit f7c98c0

Please sign in to comment.