This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
RELEASE 1.0.0
Changelogs
- Its finally here. Version 1.0 updated with all features from
yshui/picom-v10.2
- See release notes for more info.
Issues
None for this release yet.
You can get this release using any of these methods:
Building Manually
$ meson setup --buildtype=release . build
$ ninja -C build
$ ninja -C build install
Arch Linux or other Arch derivatives
paru -S picom-allusive
or
yay -S picom-allusive
NixOS Stable (in either of the positions shown above)
(picom.overrideAttrs (oldAttrs: rec {
pname = "picom-allusive";
version = "1.0.0";
src = pkgs.fetchFromGitHub {
owner = "allusive-dev";
repo = "picom-allusive";
rev = version;
hash = "sha256-RLuVREIeRYrmMwKRRniP1KmdgghW9fWXdGXOYCLTtvA=";
};
postInstall =
''
chmod +x $out/bin/picom-trans
''
+ oldAttrs.postInstall;
}))
Full Changelog: 0.3.2...1.0.0