i3blocks-gaps: init at 1.4
Fork of i3blocks which supports adding borders to work with i3-gaps
This commit is contained in:
parent
e5d048ad9a
commit
51d9312e44
24
pkgs/applications/window-managers/i3/blocks-gaps.nix
Normal file
24
pkgs/applications/window-managers/i3/blocks-gaps.nix
Normal file
@ -0,0 +1,24 @@
|
||||
{ fetchFromGitHub, stdenv }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "i3blocks-gaps-${version}";
|
||||
version = "1.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Airblader";
|
||||
repo = "i3blocks-gaps";
|
||||
rev = "4cfdf93c75f729a2c96d471004d31734e923812f";
|
||||
sha256 = "0v9307ij8xzwdaxay3r75sd2cp453s3qb6q7dy9fks2p6wwqpazi";
|
||||
};
|
||||
|
||||
makeFlags = "all";
|
||||
installFlags = "PREFIX=\${out} VERSION=${version}";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A flexible scheduler for your i3bar blocks -- this is a fork to use with i3-gaps";
|
||||
homepage = https://github.com/Airblader/i3blocks-gaps;
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ "carlsverre" ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
@ -13350,6 +13350,8 @@ in
|
||||
|
||||
i3blocks = callPackage ../applications/window-managers/i3/blocks.nix { };
|
||||
|
||||
i3blocks-gaps = callPackage ../applications/window-managers/i3/blocks-gaps.nix { };
|
||||
|
||||
i3cat = callPackage ../tools/misc/i3cat { };
|
||||
|
||||
i3lock = callPackage ../applications/window-managers/i3/lock.nix {
|
||||
|
Loading…
Reference in New Issue
Block a user